Update docker-compose

This commit is contained in:
2026-07-03 08:06:26 +03:00
parent 66cbd8d88a
commit 1d729019f3
2 changed files with 11 additions and 9 deletions
+2
View File
@@ -47,6 +47,8 @@ SESSION_SECRET=a-long-random-secret
PUBLIC_URL=https://your-domain.example
```
If a generated password or secret contains `$`, wrap the value in single quotes in `.env`, for example `SESSION_SECRET='abc$123'`. Docker Compose treats `$` as variable interpolation otherwise.
Start the app:
```bash