summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
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/"
}
# ============================================================================================