Update docker-compose
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user