bind-docker-compose.yml hinzugefügt
This commit is contained in:
17
bind-docker-compose.yml
Normal file
17
bind-docker-compose.yml
Normal 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
|
||||||
Reference in New Issue
Block a user