This commit is contained in:
2026-04-03 20:58:13 +02:00
commit b6aa33b35d

13
docker-compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
version: "3.8"
services:
unbound:
image: mvance/unbound:latest
container_name: unbound
restart: unless-stopped
networks:
- dns_net
networks:
dns_net:
external: true