Skip to content

使用 Debian 10.13 时运行 sudo docker compose up -d 报错 #22

@eausensa

Description

@eausensa

使用 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 中所有值为 truefalse 的配置修改为 "true""false" 才运行成功

请问一下这是由于 docker-compose 的版本问题造成的吗还是别的什么原因

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions