mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-28 11:13:26 +01:00
bind9 template
This commit is contained in:
parent
79adc3f8d6
commit
695cbc9488
0
docker-compose/bind9/README.md
Normal file
0
docker-compose/bind9/README.md
Normal file
0
docker-compose/bind9/config/example.named.conf
Normal file
0
docker-compose/bind9/config/example.named.conf
Normal file
13
docker-compose/bind9/docker-compose.yml
Normal file
13
docker-compose/bind9/docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user