::1 is reserved, use ::7 for the recursor IPv6 address
Some checks failed
Docker Image CI / build-recursor-latest (push) Has been cancelled
Docker Image CI / build-recursor-alpine (push) Has been cancelled
Docker Image CI / build-pdns-mysql-latest (push) Has been cancelled
Docker Image CI / build-pdns-mysql-alpine (push) Has been cancelled
Docker Image CI / build-pdns-pgsql-latest (push) Has been cancelled
Docker Image CI / build-pdns-pgsql-alpine (push) Has been cancelled
Docker Image CI / build-pdns-admin (push) Has been cancelled

This commit is contained in:
Patrick Plenefisch 2024-11-20 22:47:44 -05:00 committed by Peter Schiffer
parent 5ae57fa83f
commit 643f44b9f9

View file

@ -4,7 +4,7 @@ services:
image: pschiffe/pdns-recursor:${RECURSOR_TAG:-latest} image: pschiffe/pdns-recursor:${RECURSOR_TAG:-latest}
networks: networks:
pdns-mysql: pdns-mysql:
ipv6_address: ${NETWORK_IPV6_PREFIX}::1 ipv6_address: ${NETWORK_IPV6_PREFIX}::7
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ulimits: ulimits: