mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
add note about docker network subnet
This commit is contained in:
parent
268af9c8e5
commit
0a04bdece9
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ If needed, IPv6 official documentation for Docker is at https://docs.docker.com/
|
|||
- subnet: fd01:db8:a::/64
|
||||
gateway: fd01:db8:a::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`:
|
||||
```yaml
|
||||
force_resolve: ipv6
|
||||
|
|
Loading…
Reference in a new issue