Correcting port for Portainer.
This commit is contained in:
+2
-2
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user