mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 12:36:03 +00:00
traefik: use swarm port notation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user