From 70a19ae259672f10d52088d30d0fd33eef7f53c6 Mon Sep 17 00:00:00 2001 From: Mike Stangel Date: Thu, 21 May 2020 05:21:04 -0700 Subject: [PATCH] Add instructions for updating docker-compose service (#13529) --- source/_docs/installation/docker.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_docs/installation/docker.markdown b/source/_docs/installation/docker.markdown index 209eb9d26cf..ca0c2384ff1 100644 --- a/source/_docs/installation/docker.markdown +++ b/source/_docs/installation/docker.markdown @@ -246,6 +246,13 @@ To restart Home Assistant when you have changed configuration: docker-compose restart ``` +To update your docker-compose image to the latest version and restart: + +```bash +docker-compose pull +docker-compose up -d --build homeassistant +``` + ## Exposing Devices In order to use Z-Wave, Zigbee or other integrations 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: