Add note about sensitive values in Docker guide (#6784)

This commit is contained in:
Pascal Jufer
2021-07-14 16:53:55 +02:00
committed by GitHub
parent 0b55035588
commit 3bc5f7ff4f

View File

@@ -46,7 +46,7 @@ for data persistence (note that these can be changed through environment variabl
## Docker Compose
When using Docker compose, you can use the following setup to get you started:
When using Docker compose, you can use the following setup to get you started - make sure to change all sensitive values (`SECRET`, `DB_PASSWORD`, ...) in production:
```yaml
version: '3.2'