mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add instruction for restarting with Docker Compose (#5879)
This commit is contained in:
parent
d66f85e6ba
commit
bf69a5f76a
@ -180,6 +180,12 @@ Then start the container with:
|
||||
$ docker-compose up -d
|
||||
```
|
||||
|
||||
To restart Home Assistant when you have changed configuration:
|
||||
|
||||
```bash
|
||||
$ docker-compose restart
|
||||
```
|
||||
|
||||
### {% linkable_title Exposing Devices %}
|
||||
|
||||
In order to use Z-Wave, ZigBbee or other components that require access to devices, you need to map the appropriate device into the container. Ensure the user that is running the container has the correct privileges to access the `/dev/tty*` file, then add the device mapping to your docker command:
|
||||
|
Loading…
x
Reference in New Issue
Block a user