Unverified Commit fd941387 authored by crazywoola's avatar crazywoola Committed by GitHub

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

parent 227f9fb7
...@@ -183,6 +183,7 @@ services: ...@@ -183,6 +183,7 @@ services:
image: postgres:15-alpine image: postgres:15-alpine
restart: always restart: always
environment: environment:
PGUSER: postgres
# The password for the default postgres user. # The password for the default postgres user.
POSTGRES_PASSWORD: difyai123456 POSTGRES_PASSWORD: difyai123456
# The name of the default postgres database. # The name of the default postgres database.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment