mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-05 02:01:47 +02:00
add Umami to Readme [skip ci]
This commit is contained in:
18
README.md
18
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`
|
||||
```
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user