n8n Stack: fix typo in db config
This commit is contained in:
parent
c3ecfc3c03
commit
53e8b5b39d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=${DB_USER:-n8n}
|
- POSTGRES_USER=${DB_USER:-n8n}
|
||||||
- POSTGRES_PASSWORD=${DB_PASSWORD:-n8n}
|
- POSTGRES_PASSWORD=${DB_PASSWORD:-n8n}
|
||||||
- POSTGRES_DB={DB_NAME:-n8n}
|
- POSTGRES_DB=${DB_NAME:-n8n}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready"]
|
test: ["CMD-SHELL", "pg_isready"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue