Correcting port for Portainer.

This commit is contained in:
2025-01-23 15:56:05 -05:00
parent b7d7d5e000
commit 03b7821dbf
+2 -2
View File
@@ -3883,13 +3883,13 @@ services:
environment: environment:
DOCKER_HOST: tcp://dockerproxy:2375 DOCKER_HOST: tcp://dockerproxy:2375
expose: expose:
- 8000 - 9000
- 9443 - 9443
image: portainer/portainer-ce:alpine-sts image: portainer/portainer-ce:alpine-sts
labels: labels:
swag: enable swag: enable
swag_proto: http swag_proto: http
swag_port: 8000 swag_port: 9000
swag_url: portainer.${MY_TLD} swag_url: portainer.${MY_TLD}
swag.uptime-kuma.enabled: true swag.uptime-kuma.enabled: true
swag.uptime-kuma.monitor.url: https://portainer.${MY_TLD} swag.uptime-kuma.monitor.url: https://portainer.${MY_TLD}