This commit is contained in:
2022-05-16 23:11:16 -04:00
parent ddb3764046
commit 71bbc36c4b
8 changed files with 77 additions and 3 deletions

View File

@@ -9,5 +9,6 @@
name: "{{ traefik_name }}"
image: traefik:{{ traefik_version }}
state: started
restart: yes
container_default_behavior: no_defaults
restart: true
listen: restart_traefik

View File

@@ -36,7 +36,9 @@
state: started
restart_policy: always
ports: "{{ traefik_ports }}"
networks_cli_compatible: "false"
container_default_behavior: no_defaults
networks_cli_compatible: true
network_mode: traefik
networks:
- name: traefik
labels: