bind9 template

This commit is contained in:
Christian 2022-01-19 11:06:26 +01:00
parent 79adc3f8d6
commit 695cbc9488
3 changed files with 13 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