From bec63cd2451d10c537207be00506183631190fc9 Mon Sep 17 00:00:00 2001 From: Zhao Date: Sun, 12 Jan 2020 20:27:56 +1100 Subject: [PATCH] =?UTF-8?q?Updated=20the=20appdaemon=20repository.=20The?= =?UTF-8?q?=20current=20version=20is=20not=20v=E2=80=A6=20(#11705)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_docs/ecosystem/appdaemon/running.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/ecosystem/appdaemon/running.markdown b/source/_docs/ecosystem/appdaemon/running.markdown index 1599c8e81df..031eb19b8ce 100644 --- a/source/_docs/ecosystem/appdaemon/running.markdown +++ b/source/_docs/ecosystem/appdaemon/running.markdown @@ -11,13 +11,13 @@ As configured, `AppDaemon` comes with a single HelloWorld App that will send a g Assuming you have set the config up as described above for Docker, you can run it with the command: ```bash -$ docker run -d -v /conf:/conf --name appdaemon appdaemon:latest +$ docker run -d -v /conf:/conf --name appdaemon acockburn/appdaemon:latest ``` In the example above you would use: ```bash -$ docker run -d -v /Users/foo/ha-config:/conf --name appdaemon appdaemon:latest +$ docker run -d -v /Users/foo/ha-config:/conf --name appdaemon acockburn/appdaemon:latest ``` Where you place the `conf` and `conf/apps` directory is up to you - it can be in downloaded repository, or anywhere else on the host, as long as you use the correct mapping in the `docker run` command.