docker/bind/docker-compose.yml

11 lines
206 B
YAML
Raw Normal View History

version: "3.3"
services:
bind:
image: hub.docker.golem.linux.it/bind:latest
restart: unless-stopped
ports:
2021-03-08 13:52:52 +00:00
- "53:53/udp"
- "53:53/tcp"
volumes:
- /srv/bind/etc:/etc/bind