mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08:00
a reload is likely not enough
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
3a438ff329
commit
512c134e11
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Before you can use IPv6 in Docker containers or swarm services, you need to enab
|
||||||
2. Reload the Docker configuration file.
|
2. Reload the Docker configuration file.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
sudo systemctl reload docker
|
sudo systemctl restart docker
|
||||||
```
|
```
|
||||||
|
|
||||||
You can now create networks with the `--ipv6` flag and assign containers IPv6 addresses using the `--ip6` flag.
|
You can now create networks with the `--ipv6` flag and assign containers IPv6 addresses using the `--ip6` flag.
|
||||||
|
|
Loading…
Reference in a new issue