-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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
Labels
No labels