Ensure unbound comes back up on restart

This commit is contained in:
Salt 2021-02-27 08:58:41 -06:00
parent ad4bec22f7
commit 8c750e700e

View File

@ -37,6 +37,7 @@
docker_container:
name: unbound
image: rehashedsalt/unbound-desu-local:latest
restart_policy: unless-stopped
pull: yes
ports:
- "{{ ansible_facts.eth0.ipv4.address }}:53:5053/tcp"