Skip to content

Commit

Permalink
Fix typo in ipv6 network address compose file
Browse files Browse the repository at this point in the history
This fixes `services.pdns-recursor-mysql.networks.pdns-mysql must be a mapping`
  • Loading branch information
byteit101 authored and pschiffe committed Nov 22, 2024
1 parent 950b862 commit 5ae57fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-mysql-ipv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: pschiffe/pdns-recursor:${RECURSOR_TAG:-latest}
networks:
pdns-mysql:
- ipv6_address: ${NETWORK_IPV6_PREFIX}::1
ipv6_address: ${NETWORK_IPV6_PREFIX}::1
volumes:
- /etc/localtime:/etc/localtime:ro
ulimits:
Expand Down

0 comments on commit 5ae57fa

Please sign in to comment.