mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
👷 docs: Fix the issue that the communication with the casdoor server is not available due to the port change. (#6408)
This commit is contained in:
parent
1d1de88589
commit
bef09e4db2
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ services:
|
|||
postgresql:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
httpport: ${CASDOOR_PORT}
|
||||
RUNNING_IN_DOCKER: 'true'
|
||||
driverName: 'postgres'
|
||||
dataSourceName: 'user=postgres password=${POSTGRES_PASSWORD} host=postgresql port=5432 sslmode=disable dbname=casdoor'
|
||||
|
|
|
|||
Loading…
Reference in a new issue