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