👷 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:
itning 2025-02-22 15:03:09 +08:00 committed by GitHub
parent 1d1de88589
commit bef09e4db2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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