From 20d0054d47f4bd6197ff0d941a25da54efd82e4e Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Sat, 1 Apr 2023 14:04:11 +0100 Subject: [PATCH] [skipci] update readme --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 548f6c8..8bc245c 100644 --- a/readme.md +++ b/readme.md @@ -73,10 +73,14 @@ Installation is simple using Docker: docker run -d -p 80:80 -p 443:443 --name cosmos-server --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /path/to/cosmos/config:/config azukaar/cosmos-server:latest ``` +Once installed, simply go to `http://your-ip` and follow the instructions of the setup wizard. + make sure you expose the right ports (by default 80 / 443). It is best to keep those ports intacts, as Cosmos is meant to run as your reverse proxy. Trying to setup Cosmos behind another reverse proxy is possible but will only create headaches. +You also need to keep the docker socket mounted, as Cosmos needs to be able to manage your containers. + you can use `latest-arm64` for arm architecture (ex: NAS or Raspberry) -You can thing tweak the config file accordingly. Some settings can be changed before end with env var. [see here](https://github.com/azukaar/Cosmos-Server/wiki/Configuration). +You can tweak the config file accordingly. Some settings can be changed before end with env var. [see here](https://github.com/azukaar/Cosmos-Server/wiki/Configuration). if you are having issues with the installation, please contact us on [Discord](https://discord.gg/PwMWwsrwHA)!