Don't mount docker socket to traefik
It was already configured to use the proxy, and was running as non-root anyway, so likely didn't have access to it in the first place.
This commit is contained in:
parent
8b21b9e6f2
commit
4eab0d4f01
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- CF_DNS_API_TOKEN={{ cloudflare_api_token }}
|
- CF_DNS_API_TOKEN={{ cloudflare_api_token }}
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
||||||
- /tmp/traefik-logs:/var/log/traefik
|
- /tmp/traefik-logs:/var/log/traefik
|
||||||
- ./traefik:/etc/traefik
|
- ./traefik:/etc/traefik
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue