Skip to content

Typo in Docker Compose volumes #34

@scottdk

Description

@scottdk

The docker-compose.yml sample has the following Volume Mappings:

    volumes:
        - "/PATH_TO_YOUR_CONFIG/config:/config"
        - "/PATH_TO_YOUR_CONFIG/docker/run:/etc/services.d/home-assistant/run"

Shouldn't the first line be:

    volumes:
        - "/PATH_TO_YOUR_CONFIG:/config"
        - "/PATH_TO_YOUR_CONFIG/docker/run:/etc/services.d/home-assistant/run"

Compare with the docker run example:

    -v "/PATH_TO_YOUR_CONFIG:/config"
    -v "/PATH_TO_YOUR_CONFIG/docker/run:/etc/services.d/home-assistant/run" 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions