mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 16:28:03 +00:00
Prevent pulling in Traefik 2.0 with another configuration file format.
This commit is contained in:
parent
ea69bb17bb
commit
e70d321623
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ samba_netbios_name: "{{ ansible_nas_hostname }}"
|
|||
###
|
||||
### Traefik
|
||||
###
|
||||
traefik_docker_image: traefik:latest
|
||||
traefik_docker_image: traefik:v1.7
|
||||
traefik_data_directory: "{{ docker_home }}/traefik"
|
||||
traefik_debug: "false"
|
||||
|
||||
|
|
Loading…
Reference in a new issue