Merge pull request #34 from xcad2k/xcad2k/issue31

Xcad2k/issue31
This commit is contained in:
Christian
2022-02-10 12:39:02 +01:00
committed by GitHub
8 changed files with 623 additions and 0 deletions

View File

View File

@@ -0,0 +1,13 @@
version: '3'
services:
bind9:
image: ubuntu/bind9:latest
container_name: bind9
ports:
- "53:53"
volumes:
- /etc/bind/:/etc/bind/
- /var/cache/bind:/var/cache/bind
- /var/lib/bind:/var/lib/bind
restart: unless-stopped