fix: casdoor 不支持 mariadb 作为 driverName,mysql 驱动兼容 mariadb (#3590)
This commit is contained in:
parent
181e2952cc
commit
d0ed2bce43
|
|
@ -9,7 +9,7 @@ services:
|
|||
- ${PANEL_APP_PORT_HTTP}:8000
|
||||
environment:
|
||||
RUNNING_IN_DOCKER: "true"
|
||||
driverName: ${PANEL_DB_TYPE}
|
||||
driverName: "mysql"
|
||||
dataSourceName: ${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@tcp(${PANEL_DB_HOST}:${PANEL_DB_PORT})/
|
||||
dbName: ${PANEL_DB_NAME}
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue