From fd8488388877933cd26261c5fc6f1a4b3bdcdac5 Mon Sep 17 00:00:00 2001 From: mroxso <24775431+mroxso@users.noreply.github.com> Date: Sun, 4 Aug 2024 22:14:09 +0200 Subject: [PATCH] add Umami to Readme [skip ci] --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e477c0..73bf086 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,20 @@ A social media for images and pictures 📸 ## Docker ### Quickstart -`docker run --rm -it -p 3000:3000 ghcr.io/lumina-rocks/lumina:main` \ No newline at end of file +``` +docker run --rm -it -p 3000:3000 ghcr.io/lumina-rocks/lumina:main +``` +or with Docker Compose +``` +docker compose up -d +``` + +## Umami +Umami is disabled by default. + +To enable Umami edit the `.env` file in the `lumina` directory. + +Then build the Docker Image again and restart the container. +``` +docker compose up -d --build +``` \ No newline at end of file