Initial Commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-08-31 17:08:19 +02:00
commit 9b1566760a
11 changed files with 447 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
version: "3"
services:
bind9:
image: volkerraschek/bind9-docker:latest
ports:
- 10053:53/tcp
- 10053:53/udp
volumes:
- /etc/bind:/etc/bind
- /etc/localtime:/etc/localtime