From b0eccbf1b9ac09f91cd2b041bc9314c5fbb85405 Mon Sep 17 00:00:00 2001 From: Colin Diem Date: Thu, 15 Apr 2021 23:48:00 -0400 Subject: [PATCH] Added home assistant to stop script. --- stop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stop.sh b/stop.sh index d48b430..3031233 100644 --- a/stop.sh +++ b/stop.sh @@ -1,3 +1,3 @@ #!/bin/bash echo "Stopping all of the containers" -docker stop bitwarden motioneye gitea gitea_db_1 blog rev-proxy \ No newline at end of file +docker stop bitwarden motioneye gitea gitea_db_1 blog homeassistant rev-proxy \ No newline at end of file