use gua instead of ula for the docker ipv6 network

in ula docker prefer ipv4 instead of ipv6
This commit is contained in:
Émilien (perso) 2023-11-28 19:50:06 +01:00 committed by GitHub
parent cbc1df9c5e
commit 570bb7ca4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ If needed, IPv6 official documentation for Docker is at https://docs.docker.com/
enable_ipv6: true
ipam:
config:
- subnet: fd01:db8:a::/64
gateway: fd01:db8:a::1
- subnet: 2001:0DB9::/112
gateway: 2001:0DB9::1
```
Note: Don't change the subnet and the gateway. Unless there is a conflict with an existing docker network.
4. Make sure that you have this line set in `config.yml`: