使用 Debian 10.13 搭建 Ultimate 版本时报错
配置完成后
使用 sudo docker-compose up -d 指令时报错
报错信息如下
services.service.browserless.environment.USE_CHROME_STABLE contains true, which is an invalid type, it should be a string, number, or a null
services.utility.watchtower.environment.WATCHTOWER_CLEANUP contains true, which is an invalid type, it should be a string, number, or a null
于是将 environment 中所有值为 true 和 false 的配置修改为 "true" 和 "false" 才运行成功
请问一下这是由于 docker-compose 的版本问题造成的吗还是别的什么原因