update docs

This commit is contained in:
C4illin 2024-05-24 23:24:33 +02:00
parent b6380be05b
commit f92cc4fd63
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ services:
- "3000:3000"
environment: # Defaults are listed below
- ACCOUNT_REGISTRATION=false # true or false
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken
volumes:
- /path/you/want:/app/data
```