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

pull/1227/head
crazywoola 2 years ago committed by GitHub
parent 227f9fb77d
commit fd9413874a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save