Update Proxy_Containers/traefik/compose.yaml
This commit is contained in:
@@ -3,11 +3,10 @@ services:
|
|||||||
image: traefik:latest
|
image: traefik:latest
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
command:
|
command:
|
||||||
- "--api.insecure=true"
|
|
||||||
- "--providers.docker=true"
|
- "--providers.docker=true"
|
||||||
#- "--entrypoints.web.address=:80"
|
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
- "443:443"
|
||||||
- "8079:8080"
|
- "8079:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user