Version 1

This commit is contained in:
2026-03-28 09:11:26 +00:00
parent 382d858c8d
commit 7d4883f161
+18
View File
@@ -0,0 +1,18 @@
services:
unbound:
image: kutzilla/unbound:latest
container_name: unbound
restart: unless-stopped
volumes:
- /mnt/user/appdata/unbound/config:/opt/unbound/etc/unbound
networks:
- dns_net
security_opt:
- no-new-privileges:true
networks:
dns_net:
external: true