Markus Pesch
9b1566760a
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
201 B
YAML
11 lines
201 B
YAML
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
|