mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-26 09:26:52 +00:00
add docs for macOS and improve docker testing
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
68ac85e60b
commit
7bcd0c16c0
2 changed files with 7 additions and 4 deletions
|
|
@ -78,6 +78,9 @@ Nextcloud AIO is inspired by projects like Portainer that allow to manage the do
|
|||
### Are reverse proxies supported?
|
||||
Yes. Please refer to the following documentation on this: [reverse-proxy.md](https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md)
|
||||
|
||||
### How to run it on macOS?
|
||||
On macOS, there is one specialty in comparison to linux: instead of using `--volume /var/run/docker.sock:/var/run/docker.sock:ro`, you need to use `--volume /var/run/docker.sock.raw:/var/run/docker.sock:ro`. Apart from that it should work and behave the same like on linux.
|
||||
|
||||
### Which ports are mandatory to be open?
|
||||
Only those (if you acces the Mastercontainer Interface internally via port 8080):
|
||||
- `443/TCP` for the Apache container
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue