Fix dataSourceName config to use correct DB host in Docker.

This commit is contained in:
Gucheng Wang
2021-12-12 23:42:40 +08:00
parent b2f2674d3e
commit 589c0404d2
5 changed files with 41 additions and 3 deletions

View File

@ -8,6 +8,8 @@ services:
- "8000:8000"
depends_on:
- db
environment:
RUNNING_IN_DOCKER: true
volumes:
- ./conf:/conf/
db: