You've already forked bind9-docker
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user