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:
@ -7,7 +7,6 @@ services:
|
||||
environment:
|
||||
- CF_DNS_API_TOKEN={{ cloudflare_api_token }}
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /tmp/traefik-logs:/var/log/traefik
|
||||
- ./traefik:/etc/traefik
|
||||
restart: unless-stopped
|
||||
|
Reference in New Issue
Block a user