mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
minor change in postgres service
This commit is contained in:
parent
f557eb23f2
commit
af5cec6428
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ services:
|
|||
- postgres
|
||||
|
||||
postgres:
|
||||
container_name: postgres
|
||||
container_name: ${PG_HOST}
|
||||
image: postgres:13
|
||||
restart: always
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Reference in a new issue