mirror of
https://github.com/iv-org/infrastructure.git
synced 2025-07-20 04:59:09 -04:00
Enable ipv6 for redirect container
This commit is contained in:
parent
fbbbd805a1
commit
c910b840eb
2 changed files with 12 additions and 0 deletions
|
@ -8,3 +8,11 @@ services:
|
|||
# disable (spammy logs)
|
||||
logging:
|
||||
driver: "none"
|
||||
|
||||
networks:
|
||||
default:
|
||||
enable_ipv6: true
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 2001:0DB9::/112
|
||||
gateway: 2001:0DB9::1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue