Ensure unbound comes back up on restart
This commit is contained in:
parent
ad4bec22f7
commit
8c750e700e
@ -37,6 +37,7 @@
|
|||||||
docker_container:
|
docker_container:
|
||||||
name: unbound
|
name: unbound
|
||||||
image: rehashedsalt/unbound-desu-local:latest
|
image: rehashedsalt/unbound-desu-local:latest
|
||||||
|
restart_policy: unless-stopped
|
||||||
pull: yes
|
pull: yes
|
||||||
ports:
|
ports:
|
||||||
- "{{ ansible_facts.eth0.ipv4.address }}:53:5053/tcp"
|
- "{{ ansible_facts.eth0.ipv4.address }}:53:5053/tcp"
|
||||||
|
Loading…
Reference in New Issue
Block a user