bind-docker-compose.yml hinzugefügt

This commit is contained in:
2025-05-11 17:50:31 +00:00
parent bf7cba050c
commit a606a25922

17
bind-docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
services:
bind9_slave:
image: ubuntu/bind9
container_name: ${SERVER_NAME}
volumes:
- ${BIND_CONFIG}:/etc/bind/named.conf
- ${VOL_SLAVE_ZONES}:/var/lib/bind
ports:
- "53:53/tcp"
- "53:53/udp"
networks:
- dns_network
user: ${USER}
networks:
dns_network:
driver: bridge