bind: container_name: bind build: . volumes: - ./named.conf:/etc/bind/named.conf - ./zones:/var/lib/bind ports: - "53:53/tcp" - "53:53/udp"