Corrected traefik ports
This commit is contained in:
parent
d1fbd0fac4
commit
8b077b2eff
@ -10,9 +10,11 @@ services:
|
|||||||
command:
|
command:
|
||||||
- "--api.insecure=true"
|
- "--api.insecure=true"
|
||||||
- "--providers.docker=true"
|
- "--providers.docker=true"
|
||||||
- "--entrypoints.web.address=:80"
|
- "--entrypoints.web.address=:8000"
|
||||||
|
- "--api.dashboard=true"
|
||||||
ports:
|
ports:
|
||||||
- "80:80" # Expose Traefik on port 80
|
- "8000:8000" # Expose Traefik on port 80
|
||||||
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user