diff --git a/readme.md b/readme.md index f0d0dd3c..2522fc72 100644 --- a/readme.md +++ b/readme.md @@ -79,7 +79,26 @@ Nextcloud AIO is inspired by projects like Portainer that allow to manage the do 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. +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` to run it after you installed Docker Desktop. Apart from that it should work and behave the same like on Linux. + +### How to run it on Windows? +On Windows, the following command should work after you installed Docker Desktop: +
+Click here to show it + +``` +docker run -it ^ +--name nextcloud-aio-mastercontainer ^ +--restart always ^ +-p 80:80 ^ +-p 8080:8080 ^ +-p 8443:8443 ^ +--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config ^ +--volume //var/run/docker.sock:/var/run/docker.sock:ro ^ +nextcloud/all-in-one:latest +``` + +
### Which ports are mandatory to be open? Only those (if you acces the Mastercontainer Interface internally via port 8080):