From 18630789378100233133f6bbd7137eb084eaa42f Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 20 Apr 2023 00:11:50 +0200 Subject: [PATCH] add missing peaces Signed-off-by: Simon L --- readme.md | 2 +- reverse-proxy.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bf96a28b..590ec7e8 100644 --- a/readme.md +++ b/readme.md @@ -168,7 +168,7 @@ Also, you may be interested in adjusting Nextcloud's Datadir to store the files ⚠️ **Please note:** Almost all commands in this project's documentation use `sudo docker ...`. Since `sudo` is not available on Windows, you simply remove `sudo` from the commands and they should work. ### How to run AIO on Synology DSM -On Synology, there are two things different in comparison to Linux: instead of using `--volume /var/run/docker.sock:/var/run/docker.sock:ro`, you need to use `--volume /volume1/docker/docker.sock:/var/run/docker.sock:ro` to run it. You also need to add `--env DOCKER_SOCKET_PATH="/volume1/docker/docker.sock"`to the startup command. Apart from that it should work and behave the same like on Linux. Obviously the Synology Docker GUI will not work with that so you will need to either use SSH or create a user-defined script task in the task scheduler as the user 'root' in order to run the command. +On Synology, there are two things different in comparison to Linux: instead of using `--volume /var/run/docker.sock:/var/run/docker.sock:ro`, you need to use `--volume /volume1/docker/docker.sock:/var/run/docker.sock:ro` to run it. You also need to add `--env DOCKER_SOCKET_PATH="/volume1/docker/docker.sock"`to the docker run command of the mastercontainer (but before the last line `nextcloud/all-in-one:latest`). Apart from that it should work and behave the same like on Linux. Obviously the Synology Docker GUI will not work with that so you will need to either use SSH or create a user-defined script task in the task scheduler as the user 'root' in order to run the command. Also, you may be interested in adjusting Nextcloud's Datadir to store the files on the host system. See [this documentation](https://github.com/nextcloud/all-in-one#how-to-change-the-default-location-of-nextclouds-datadir) on how to do it. diff --git a/reverse-proxy.md b/reverse-proxy.md index 76e15bd9..f83d2e24 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -495,6 +495,8 @@ On macOS see https://github.com/nextcloud/all-in-one#how-to-run-aio-on-macos. Command for Windows +On Windows, install [Docker Desktop](https://www.docker.com/products/docker-desktop/) (and don't forget to [enable ipv6](https://github.com/nextcloud/all-in-one/blob/main/docker-ipv6-support.md) if you should need that) and run the following command in the command prompt: + ``` docker run ^ --sig-proxy=false ^