Update docker-install.sh

change Portainer to port 9443
fixes https://github.com/tteck/Proxmox/issues/1763
This commit is contained in:
tteckster 2023-09-23 05:58:20 -04:00 committed by GitHub
parent c7593ed2eb
commit 9dc43c396f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
docker volume create portainer_data >/dev/null
$STD docker run -d \
-p 8000:8000 \
-p 9000:9000 \
-p 9443:9443 \
--name=portainer \
--restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \