Update bind9vm/docker-compose.yml

This commit is contained in:
2026-04-18 23:37:33 +01:00
parent 4c719dee24
commit 26aff21ac6

View File

@@ -1 +1,20 @@
test
services:
bind9:
container_name: bind9
image: ubuntu/bind9:latest
environment:
- BIND9_USER=root
- TZ=Europe/London
ports:
- "53:53/tcp"
- "53:53/udp"
volumes:
- config:/etc/bind
- cache:/var/cache/bind
- records:/var/lib/bind
restart: unless-stopped
volumes:
config:
cache:
records: