summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdocker-compose.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 83a7459..dca78ed 100755
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -42,13 +42,16 @@ services:
- traefik.http.routers.pihole.entrypoints=websecure
unbound:
- image: klutchell/unbound
+ image: klutchell/unbound:1.13.2
container_name: unbound
networks:
default:
ipv4_address: 172.31.1.3
ports:
- 5053:5053/udp
+ - 5053:5053/tcp
+ volumes:
+ - ${PROJ_DIR}/data/unbound:/etc/unbound
restart: unless-stopped
dhcp_helper: