Skip to content

Commit

Permalink
Support IPv6 for traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Aug 14, 2024
1 parent fef169f commit 896e217
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions traefik-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ services:

volumes:
certs:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions traefik-cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ services:

volumes:
certs:

networks:
default:
enable_ipv6: ${IPV6:-false}

0 comments on commit 896e217

Please sign in to comment.