From b95bb65af80e2c814be27d5ec357660f34fc2f39 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 30 Mar 2022 18:08:43 +0200 Subject: [PATCH] update the documentation to mention reverse proxies in the first place Signed-off-by: szaimen --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 19fcf2c1..a42afeae 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,8 @@ The following instructions are especially meant for Linux. For macOS see [this]( curl -fsSL get.docker.com | sudo sh ``` -2. Run the following command in order to start the container: +2. Run the following command in order to start the container:
+ (For people that cannot use ports 80 and/or 443 on this server, please follow [this documentation](https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md). Otherwise please run the command below!) ``` # For x64 CPUs: sudo docker run -it \