Este commit está contenido en:
Your Name
2020-05-27 17:44:48 +00:00
padre ada9dd5fa7
commit 8d1ad71241
Se han modificado 3 ficheros con 255 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,30 @@
version: '2.1'
services:
bind:
build: ./bind
restart: always
container_name: bind
hostname: bind
entrypoint:
- /bin/bash
- /etc/bind/command.sh
volumes:
- ./bind:/etc/bind
- ./dehydrated:/etc/dehydrated
- ./letsencrypt:/root/letsencrypt
ports:
- "53:53/tcp"
- "53:53/udp"
networks:
mynet:
ipv4_address: 172.3.0.101
networks:
mynet:
enable_ipv6: true
driver: bridge
ipam:
config:
- subnet: 172.3.0.0/24
- subnet: fe80:0:250:56fd::/64