Skip to content

Docker compose command in Chinese docs causes error: no configuration file provided #7

@isaced

Description

@isaced

Description

The Chinese documentation for installation has an error in the docker compose command.

Current command in Chinese docs (i18n/zh-Hans/docusaurus-plugin-content-docs/current/installation.md):

docker compose --profile gateway up -d

This results in the following error:

no configuration file provided: not found

Expected command (as shown in English docs):

docker compose -f docker/docker-compose.yml --profile gateway up -d

The Chinese documentation is missing the -f docker/docker-compose.yml flag to specify the configuration file path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions