Enable DNS in inter-container networks
This commit is contained in:
@@ -66,7 +66,6 @@
|
||||
name: "{{ item }}"
|
||||
recreate: false
|
||||
state: "present"
|
||||
disable_dns: true
|
||||
become_user: containers
|
||||
become: true
|
||||
loop:
|
||||
@@ -100,7 +99,7 @@
|
||||
traefik.enable: "true"
|
||||
traefik.http.middlewares.traefik-auth.basicauth.users: "{{ vault_traefik_basic_auth }}"
|
||||
traefik.http.routers.traefik.entrypoints: "https"
|
||||
traefik.http.routers.traefik.rule: "Path(`/traefik`)"
|
||||
traefik.http.routers.traefik.rule: "PathPrefix(`/traefik`)"
|
||||
traefik.http.routers.traefik.middlewares: "traefik-auth@docker"
|
||||
traefik.http.routers.traefik.tls: "true"
|
||||
traefik.http.routers.traefik.tls.certresolver: "wildcard"
|
||||
|
||||
Reference in New Issue
Block a user