Skip to content

Commit

Permalink
roles/dnsserver: use upstream's image again, there are updates
Browse files Browse the repository at this point in the history
Signed-off-by: John Helmert III <[email protected]>
  • Loading branch information
ajakk committed Dec 2, 2023
1 parent 494beaa commit 77f37b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/dnsserver/tasks/unbound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
- name: Update and start unbound
community.docker.docker_container:
name: unbound
image: ajak/unbound
image: mvance/unbound
pull: true
state: started
network_mode: "{{ network_name }}"
restart_policy: unless-stopped
volumes:
- "{{ unbound_confdir }}:/etc/unbound:ro,Z"
- "{{ unbound_confdir }}/:/etc/unbound:ro,Z"

0 comments on commit 77f37b8

Please sign in to comment.