Skip to content

Commit 2781aa1

Browse files
committed
link postgres passwords
1 parent 4725410 commit 2781aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/n8n/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- DB_POSTGRESDB_SSL_ENABLED
3737
# MANAGED CONFIG
3838
- N8N_ENCRYPTION_KEY
39-
- DB_POSTGRESDB_PASSWORD
39+
- DB_POSTGRESDB_PASSWORD=${POSTGRES_PASSWORD}
4040
ports:
4141
- 5678:5678
4242
links:

0 commit comments

Comments
 (0)