bind9-docker/docker-compose.yml
Markus Pesch 6b86b62d63
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 9s
Release / push-amd64 (push) Successful in 38s
Release / sync-to-hub-docker-io (push) Successful in 16s
fix(docker-compose): use git.cryptic.systems instead of docker.io
2025-05-13 19:03:21 +02:00

11 lines
222 B
YAML

version: "3"
services:
bind9:
image: git.cryptic.systems/volker.raschek/bind9-docker:latest
ports:
- 10053:53/tcp
- 10053:53/udp
volumes:
- /etc/bind:/etc/bind
- /etc/localtime:/etc/localtime