mirror of
https://github.com/GHOSCHT/franz.git
synced 2024-11-09 23:51:59 +01:00
Switch unbound image
This commit is contained in:
parent
933aa7b8e0
commit
46a82a3807
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ services:
|
|||
pihole:
|
||||
container_name: pihole
|
||||
hostname: pihole
|
||||
image: pihole/pihole
|
||||
image: pihole/pihole:2022.09.1
|
||||
volumes:
|
||||
- pihole_dnsmasq:/etc/dnsmasq.d
|
||||
- pihole_data:/etc/pihole
|
||||
|
@ -32,7 +32,7 @@ services:
|
|||
|
||||
unbound:
|
||||
container_name: unbound
|
||||
image: klutchell/unbound:edge
|
||||
image: mvance/unbound:latest
|
||||
volumes:
|
||||
- unbound_data:/opt/unbound/etc/unbound
|
||||
dns:
|
||||
|
|
Loading…
Reference in a new issue