diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 30e4f16..48deef5 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -526,7 +526,7 @@ "name": "Dashy", "platform": "linux", "ports": [ - "9100:80/tcp" + "9100:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Dashy", diff --git a/template/portainer-v2-amd64.json b/template/portainer-v2-amd64.json index 04355bd..90e8a5f 100644 --- a/template/portainer-v2-amd64.json +++ b/template/portainer-v2-amd64.json @@ -1432,7 +1432,7 @@ "name": "Dashy", "platform": "linux", "ports": [ - "9100:80/tcp" + "9100:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Dashy", diff --git a/template/portainer-v2-arm32.json b/template/portainer-v2-arm32.json index 30e4f16..48deef5 100644 --- a/template/portainer-v2-arm32.json +++ b/template/portainer-v2-arm32.json @@ -526,7 +526,7 @@ "name": "Dashy", "platform": "linux", "ports": [ - "9100:80/tcp" + "9100:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Dashy", diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json index 4a81f60..34c600b 100644 --- a/template/portainer-v2-arm64.json +++ b/template/portainer-v2-arm64.json @@ -1398,7 +1398,7 @@ "name": "Dashy", "platform": "linux", "ports": [ - "9100:80/tcp" + "9100:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Dashy",