bisheng icon indicating copy to clipboard operation
bisheng copied to clipboard

docker-compose 启动失败

Open xinlaid opened this issue 1 year ago • 2 comments

docker0compose version 1.29.2 的版本下,使用docker-compose up

ERROR: The Compose file './docker-compose.yml' is invalid because: services,office.environment.JWT_ENABLED contains false, which is an invalid type, it should be a string, number, or a null

xinlaid avatar Oct 10 '24 03:10 xinlaid

用引号把false引起 'false' 可以启动

newforesee avatar Oct 14 '24 07:10 newforesee

按照楼上的操作就行,把docker-compose文件中相关services,office.environment.JWT_ENABLED 的false值改为"false"

cumtsd avatar Oct 15 '24 07:10 cumtsd