mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
update the documentation to mention reverse proxies in the first place
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
59a49c62b4
commit
b95bb65af8
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ The following instructions are especially meant for Linux. For macOS see [this](
|
||||||
curl -fsSL get.docker.com | sudo sh
|
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:<br>
|
||||||
|
(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:
|
# For x64 CPUs:
|
||||||
sudo docker run -it \
|
sudo docker run -it \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue