summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-30 15:22:54 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-30 15:22:54 -0300
commitf794f7bad75d13f12e94753e4e31836f8e1e6979 (patch)
tree761e1eda058fdc2aa11ccbe40d1dfd84aaedbbba /install.sh
parentc89050afcfbb8b0b10894ed4735cb9ec2ef65e41 (diff)
Changed to portainer-ce
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 9f85f07..94e2111 100755
--- a/install.sh
+++ b/install.sh
@@ -60,6 +60,7 @@ running_services_location() {
echo "Prowlarr: http://$host_ip:9696/"
echo "Bazarr: http://$host_ip:6767/"
echo "$media_service: http://$host_ip:$media_service_port/"
+ echo "Portainer: http://$host_ip:9000/"
}
# ============================================================================================