fix: traefik network for uptime-kuma
This commit is contained in:
+8
-2
@@ -4,9 +4,15 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
# ports:
|
||||
ports:
|
||||
# <Host Port>:<Container Port>
|
||||
# - "3001:3001
|
||||
- "3001:3001"
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=traefik-proxy"
|
||||
networks:
|
||||
- traefik-proxy
|
||||
networks:
|
||||
traefik-proxy:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user