From e62c470bf2b759722c1e8770eba4ba23229f9430 Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Mon, 1 May 2023 19:04:58 +0100 Subject: [PATCH] [skip ci] readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 722acc1..22091c1 100644 --- a/readme.md +++ b/readme.md @@ -113,10 +113,10 @@ Authentication is very hard (how do you check the password match? What encryptio Installation is simple using Docker: ``` -docker run -d -p 80:80 -p 443:443 --name cosmos-server -h cosmos-server --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /path/to/cosmos/config:/config azukaar/cosmos-server:latest +docker run -d -p 80:80 -p 443:443 --name cosmos-server -h cosmos-server --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/cosmos:/config azukaar/cosmos-server:latest ``` -Once installed, simply go to `http://your-ip` and follow the instructions of the setup wizard. +Once installed, simply go to `http://your-server-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.