mirror of
https://github.com/logto-io/logto.git
synced 2025-01-13 21:30:30 -05:00
chore: update docker compose file (#1428)
This commit is contained in:
parent
be73dbf4ef
commit
a6005bbde3
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ services:
|
||||||
- ENDPOINT
|
- ENDPOINT
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:14-alpine
|
image: postgres:14-alpine
|
||||||
|
user: postgres
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: p0stgr3s
|
POSTGRES_PASSWORD: p0stgr3s
|
||||||
|
|
Loading…
Add table
Reference in a new issue