diff --git a/docs/index.html b/docs/index.html index 5bea2a7..f1321e3 100755 --- a/docs/index.html +++ b/docs/index.html @@ -743,11 +743,12 @@
-# Option A — pre-built image (no clone required) -curl -O https://raw.githubusercontent.com/ulsklyc/oikos/main/docker-compose.yml -curl -O https://raw.githubusercontent.com/ulsklyc/oikos/main/.env.example -cp .env.example .env # set SESSION_SECRET and DB_ENCRYPTION_KEY -docker compose up -d +# Option A — pre-built image (no clone required)
+curl -O https://raw.githubusercontent.com/ulsklyc/oikos/main/docker-compose.yml
+curl -O https://raw.githubusercontent.com/ulsklyc/oikos/main/.env.example
+cp .env.example .env
+# set SESSION_SECRET and DB_ENCRYPTION_KEY in .env
+docker compose up -d
docker compose exec oikos node setup.js

Then open http://localhost:3000 and log in. Need help? The Installation Guide covers everything from installing Docker to HTTPS, backups, and troubleshooting.