diff --git a/reverse-proxy.md b/reverse-proxy.md index 235b9bf2..27496058 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -198,4 +198,4 @@ If something does not work, follow the steps below: 1. Find out if you can ping the private ip-address of the host that is running the docker daemon from inside the reverse proxy container (if runing the reverse proxy in a container). **Advice:** the `nextcloud-aio-mastercontainer` is **NOT** running the docker daemon. The host itself is running the docker daemon. 1. Make sure that the mastercontainer is able to spawn other containers. You can do so by checking that the mastercontainer indeed has access to the Docker socket which might not be positioned in one of the suggested directories like `/var/run/docker.sock` but in a different directory, based on your OS and the way how you installed Docker. The mastercontainer logs should help figuring this out. You can have a look at them by running `sudo docker logs nextcloud-aio-mastercontainer` after the container is started the first time. 1. Try to configure everything from scratch if it still does not work! -1. If nothing works and as last resort, you can modify `` to `localhost`. For that to work, the reverse proxy needs to be member of the host network. That means, that when running the reverse proxy inside a container, you need to use the `--network host` option when starting the container. +1. If nothing works and as last resort, you can modify `` to `localhost`. For that to work, the reverse proxy needs to be member of the host network. This means, that when running the reverse proxy inside a container, you need to use the `--network host` option when starting the container.