Enable ipv6 for traefik and wireguard

This commit is contained in:
2024-02-22 01:51:53 +01:00
parent 650a60b097
commit d9ceff767c
3 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,7 @@ volumes:
networks:
default:
driver: bridge
enable_ipv6: true
metrics:
external: true
...