mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 02:40:09 +00:00
add additional hint that the network can be created manually with ipv6 support
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
@@ -5,7 +5,7 @@ First of all upgrade your docker installation to v27.0.1 or higher.
|
|||||||
1. Then edit `/etc/docker/daemon.json` (or `~/.config/docker/daemon.json` in case of docker-rootless), add the below json:
|
1. Then edit `/etc/docker/daemon.json` (or `~/.config/docker/daemon.json` in case of docker-rootless), add the below json:
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> This will enable ipv6 for all new docker networks by default!
|
> This will enable ipv6 for all new docker networks by default! You can alternatively create the `nextcloud-aio` network with ipv6 support by hand manually via docker network create or via compose.yaml.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
@@ -30,7 +30,7 @@ Then, on Windows and macOS which use Docker Desktop, you need to go into the set
|
|||||||
1. You need to now adjust this json file:
|
1. You need to now adjust this json file:
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> This will enable ipv6 for all new docker networks by default!
|
> This will enable ipv6 for all new docker networks by default! You can alternatively create the `nextcloud-aio` network with ipv6 support by hand manually via docker network create or via compose.yaml.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"default-network-opts": {"bridge":{"com.docker.network.enable_ipv6":"true"}}
|
"default-network-opts": {"bridge":{"com.docker.network.enable_ipv6":"true"}}
|
||||||
|
|||||||
Reference in New Issue
Block a user