bind9/docker-compose.yml
ale 78e527a5df
env file
Signed-off-by: ale <ale@manalejandro.com>
2024-11-23 12:16:23 +01:00

23 lines
324 B
YAML

version: '2'
services:
bind:
build: ./bind
hostname: bind
container_name: bind
restart: always
env_file:
- env
entrypoint:
- /etc/bind/entrypoint.sh
ports:
- "53:53"
- "53:53/udp"
volumes:
- ./bind:/etc/bind
networks:
bindnet:
networks:
bindnet: