bind9-docker/docker-compose.yml

11 lines
201 B
YAML
Raw Normal View History

2021-08-31 15:08:19 +00:00
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