We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0e87d commit b8b3ee1Copy full SHA for b8b3ee1
1 file changed
roles/docker_traefik/tasks/main.yml
@@ -53,9 +53,9 @@
53
volumes:
54
- "/var/run/docker.sock:/var/run/docker.sock"
55
- "/etc/localtime:/etc/localtime:ro"
56
- - "traefik-data/traefik.yml:/etc/traefik/traefik.yml:ro"
57
- - "traefik-data/acme.json:/etc/traefik/acme/acme.json"
58
- - "traefik-data/config.yml:/etc/traefik/config.yml:ro"
+ - "{{ traefik_config_files_destination }}/traefik.yml:/etc/traefik/traefik.yml:ro"
+ - "{{ traefik_config_files_destination }}/acme.json:/etc/traefik/acme/acme.json"
+ - "{{ traefik_config_files_destination }}/config.yml:/etc/traefik/config.yml:ro"
59
- "traefik-data:/var/log/traefik"
60
labels:
61
traefik.enable: "true"
0 commit comments