2022-12-30 15:16:31 +01:00

16 lines
194 B
Markdown

# Plausible
## Run
Generate the secret app key with this command :
```bash
openssl rand -base64 64 | tr -d '\n' ; echo
```
```bash
cp .env.example .env # then edit
docker compose up -d
```