mirror of https://github.com/tteck/Proxmox.git
Update homeassistant-install.sh
change Portainer port to 9443
This commit is contained in:
parent
a22c3644a6
commit
e2354aaab8
|
@ -54,7 +54,7 @@ msg_info "Installing Portainer $PORTAINER_LATEST_VERSION"
|
||||||
$STD docker volume create portainer_data
|
$STD docker volume create portainer_data
|
||||||
$STD docker run -d \
|
$STD docker run -d \
|
||||||
-p 8000:8000 \
|
-p 8000:8000 \
|
||||||
-p 9000:9000 \
|
-p 9443:9443 \
|
||||||
--name=portainer \
|
--name=portainer \
|
||||||
--restart=always \
|
--restart=always \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
|
|
Loading…
Reference in New Issue