Update alpine-docker-install.sh

Change Portainer port
This commit is contained in:
tteckster 2023-10-13 06:32:31 -04:00 committed by GitHub
parent d6abb580d2
commit 737240916e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,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 \
@ -59,4 +59,4 @@ if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
fi
motd_ssh
customize
customize