2
docker-compose.yml에서 부울을 사용할 수없는 이유는 무엇입니까?
docker-compose.yml 파일에서 부울 정의 : environment: SOME_VAR: true 실행 docker up결과 : contains true, which is an invalid type, it should be a string, number, or a null 문제 해결 시도 true가 True로 변경되면 문제가 지속됩니다. 'true'코드 자체에서는 사용 이 허용되지 않습니다 ( 플레이 프레임 워크 앱 은 ./target/universal/stage/bin/APPNAME -Dplay.evolutions.db.default.autoApply=, …