mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-02 19:40:19 +08:00
fix: wrong sub return and docker-compose boolean value error. (#375)
* fix: wrong sub return Signed-off-by: 0x2a <stevesough@gmail.com> * fix: yaml bool value must be enclosed in quotes Signed-off-by: 0x2a <stevesough@gmail.com>
This commit is contained in:
@ -9,7 +9,7 @@ services:
|
||||
depends_on:
|
||||
- db
|
||||
environment:
|
||||
RUNNING_IN_DOCKER: true
|
||||
RUNNING_IN_DOCKER: "true"
|
||||
volumes:
|
||||
- ./conf:/conf/
|
||||
db:
|
||||
|
Reference in New Issue
Block a user