Fixes network creation in docker-run.md (#2018)

* Fixes network creation in docker-run.md

* Update docker-run.md as suggested by @kaaax0815
This commit is contained in:
Astesana
2025-07-14 09:58:34 +02:00
committed by GitHub
parent 6326ee31c4
commit 9ead985798
@@ -7,9 +7,9 @@ To setup the IPv6 Network, simply run once:
```shell ```shell
docker network create \ docker network create \
-d bridge --ipv6 \ -d bridge --ipv6 \
-d default \
--subnet 10.42.42.0/24 \ --subnet 10.42.42.0/24 \
--subnet fdcc:ad94:bacf:61a3::/64 wg \ --subnet fdcc:ad94:bacf:61a3::/64 \
wg
``` ```
<!-- ref: major version --> <!-- ref: major version -->