traefik: use swarm port notation

This commit is contained in:
2025-10-15 16:38:14 +02:00
parent 9094978686
commit 8a89c873c6

View File

@@ -4,8 +4,10 @@ services:
command:
- "--configFile=/etc/traefik/traefik.yml"
ports:
- "80:80"
- "8080:8080"
- target: 80
published: 80
mode: host
- "8080"
networks:
- default
- proxy