fix: FATAL: role "root" does not exist. (#1233)

This commit is contained in:
crazywoola 2023-09-25 21:20:00 -05:00 committed by GitHub
parent 227f9fb77d
commit fd9413874a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,7 @@ services:
image: postgres:15-alpine
restart: always
environment:
PGUSER: postgres
# The password for the default postgres user.
POSTGRES_PASSWORD: difyai123456
# The name of the default postgres database.