mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2025-01-18 11:01:14 +01:00
::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
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:
parent
5ae57fa83f
commit
643f44b9f9
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue