From 4b899747c8174cb37f827c74673eebec4b14bddb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 23:26:26 -0400 Subject: [PATCH] propellor spin --- config.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.hs b/config.hs index 3824ff8..244fa48 100644 --- a/config.hs +++ b/config.hs @@ -41,7 +41,7 @@ host hostname@"clam.kitenet.net" = Just , JoeySites.oldUseNetshellBox , Docker.configured , File.dirExists "/var/www" - , Docker.docked container hostname "webserver" + --, Docker.docked container hostname "webserver" , Docker.garbageCollected , Apt.installed ["git-annex", "mtr"] -- Should come last as it reboots. @@ -52,6 +52,7 @@ host hostname@"orca.kitenet.net" = Just , Apt.unattendedUpgrades True , Docker.configured , Docker.docked container hostname "git-annex-amd64-builder" + , Docker.garbageCollected ] -- add more hosts here... --host "foo.example.com" =