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
|
# - --certificatesresolvers.le.acme.storage=/letsencrypt/acme.json
|
||||||
ports:
|
ports:
|
||||||
- target: 80
|
- target: 80
|
||||||
published: 8080
|
published: 18080
|
||||||
mode: host
|
mode: host
|
||||||
- target: 443
|
- target: 443
|
||||||
published: 8443
|
published: 18443
|
||||||
mode: host
|
mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user