update traefik port
This commit is contained in:
parent
85e91fff64
commit
debf5f82f7
@ -11,7 +11,8 @@ services:
|
|||||||
- "--providers.docker.exposedbydefault=false"
|
- "--providers.docker.exposedbydefault=false"
|
||||||
- "--entryPoints.web.address=:80"
|
- "--entryPoints.web.address=:80"
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "8880:80"
|
||||||
|
- "8443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||||
- /volume1/docker/traefik/traefik.yml:/traefik.yml:ro
|
- /volume1/docker/traefik/traefik.yml:/traefik.yml:ro
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user