Don't use internal network for coredns
Internal networks aren't accessible to the host, which is needed for nginx
This commit is contained in:
parent
ac17b9723b
commit
569cce616b
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
- name: Create network
|
||||
docker_network:
|
||||
name: coredns
|
||||
internal: true
|
||||
|
||||
- name: Create install directory
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue