fix(docker-compose): use git.cryptic.systems instead of docker.io
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

This commit is contained in:
Markus Pesch 2025-05-13 19:03:21 +02:00
parent 6509829991
commit 6b86b62d63
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -1,7 +1,7 @@
version: "3" version: "3"
services: services:
bind9: bind9:
image: volkerraschek/bind9-docker:latest image: git.cryptic.systems/volker.raschek/bind9-docker:latest
ports: ports:
- 10053:53/tcp - 10053:53/tcp
- 10053:53/udp - 10053:53/udp