We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0394f commit 9bf3672Copy full SHA for 9bf3672
examples/traefik/docker-compose-command-config.yml
@@ -61,7 +61,7 @@ services:
61
- TZ=Europe/Berlin # define timezone
62
- CF_DNS_API_TOKEN=<MY-CF-API-TOKEN> # define your cloudflare api token
63
volumes:
64
- - /var/run/docker.sock:/var/run/docker.sock:ro # pass docker socket as read-only
+ #- /var/run/docker.sock:/var/run/docker.sock:ro # pass docker socket as read-only
65
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/traefik:/etc/traefik/ # bind mount volume for persistent traefik data
66
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/traefik/logs:/logs # bind mount volume for persistent traefik logs
67
extra_hosts:
0 commit comments