From 4e5194b6602ffe16a2968687af0cec523481341e Mon Sep 17 00:00:00 2001 From: Amit Gandhi Date: Sun, 25 Dec 2016 16:42:42 +0000 Subject: [PATCH] auto restart container --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 964da22..d1bf4ca 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ go: build -v "$(shell pwd)/plugins.txt:/root/.homebridge/plugins.txt" \ -v "$(shell pwd)/persist:/root/.homebridge/persist" \ --name homebridge \ + --restart=always \ rpi-homebridge-dev # Tags dev image so it can be pushed