mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2025-01-18 19:11:14 +01:00
Fix typo in ipv6 network address compose file
This fixes `services.pdns-recursor-mysql.networks.pdns-mysql must be a mapping`
This commit is contained in:
parent
950b86265f
commit
5ae57fa83f
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}::1
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ulimits:
|
ulimits:
|
||||||
|
|
Loading…
Reference in a new issue