services: bind: container_name: bind9 hostname: bind9 network_mode: bridge image: eafxx/bind # image: cube00/bind9:v2 restart: always ports: - "53:53/tcp" - "53:53/udp" - 10000:10000/tcp volumes: - /home/user/containerdata/bind/data:/data environment: - WEBMIN_ENABLED=true - WEBMIN_INIT_SSL_ENABLED=false - WEBMIN_INIT_REFERERS=s001-073-w.newcovbap.church - WEBMIN_INIT_REDIRECT_PORT=10000 - ROOT_PASSWORD=1234 # - ROOT_PASSWORD='#EDC$$RFV5tgb6yhn' - TZ=America/New_York #command: sh -c "echo $ROOT_PASSWORD"