We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4725410 commit 2781aa1Copy full SHA for 2781aa1
samples/n8n/compose.yaml
@@ -36,7 +36,7 @@ services:
36
- DB_POSTGRESDB_SSL_ENABLED
37
# MANAGED CONFIG
38
- N8N_ENCRYPTION_KEY
39
- - DB_POSTGRESDB_PASSWORD
+ - DB_POSTGRESDB_PASSWORD=${POSTGRES_PASSWORD}
40
ports:
41
- 5678:5678
42
links:
0 commit comments