This commit is contained in:
2024-04-02 21:58:31 +02:00
parent 7dc441b2fc
commit 562834d131
29 changed files with 746 additions and 0 deletions

12
Bind9/docker-compose.yaml Normal file
View File

@ -0,0 +1,12 @@
---
services:
bind9:
container_name: dns-prod-1
image: ubuntu/bind9:9.18-23.04_edge
environment:
- BIND9_USER=root
- TZ=Europe/Berlin
volumes:
- ./config/:/etc/bind:rw
network_mode: host
restart: unless-stopped