Traefik: move published ports to 18080/18443 to avoid conflicts
This commit is contained in:
@@ -18,10 +18,10 @@ services:
|
||||
# - --certificatesresolvers.le.acme.storage=/letsencrypt/acme.json
|
||||
ports:
|
||||
- target: 80
|
||||
published: 8080
|
||||
published: 18080
|
||||
mode: host
|
||||
- target: 443
|
||||
published: 8443
|
||||
published: 18443
|
||||
mode: host
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
||||
Reference in New Issue
Block a user