mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-02 19:40:19 +08:00
Fix dataSourceName config to use correct DB host in Docker.
This commit is contained in:
@ -8,6 +8,8 @@ services:
|
||||
- "8000:8000"
|
||||
depends_on:
|
||||
- db
|
||||
environment:
|
||||
RUNNING_IN_DOCKER: true
|
||||
volumes:
|
||||
- ./conf:/conf/
|
||||
db:
|
||||
|
Reference in New Issue
Block a user