From bf69a5f76a4bf826da2b963707a86e5bcdc3de3d Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Wed, 25 Jul 2018 08:22:06 +0200 Subject: [PATCH] Add instruction for restarting with Docker Compose (#5879) --- source/_docs/installation/docker.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_docs/installation/docker.markdown b/source/_docs/installation/docker.markdown index c007eacdd52..8b3583fd494 100644 --- a/source/_docs/installation/docker.markdown +++ b/source/_docs/installation/docker.markdown @@ -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: