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:
Steve0x2a
2021-12-16 11:10:25 +08:00
committed by GitHub
parent 98f6cc0085
commit 2f70e77e53
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ services:
depends_on:
- db
environment:
RUNNING_IN_DOCKER: true
RUNNING_IN_DOCKER: "true"
volumes:
- ./conf:/conf/
db: