mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add note about sensitive values in Docker guide (#6784)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user