summaryrefslogtreecommitdiff
path: root/config.hs.simple
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 23:24:31 -0400
committerJoey Hess2014-04-01 23:24:31 -0400
commitf3f2af29f2aeabed107fd569dfe36ba9fffc5233 (patch)
tree92825255195205ef07956f051974f843faf40655 /config.hs.simple
parent965c08daeb614a12161167a2bd2aebb73863ffb0 (diff)
docker gc
Diffstat (limited to 'config.hs.simple')
-rw-r--r--config.hs.simple1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.hs.simple b/config.hs.simple
index cfa1ff88..7acb7b88 100644
--- a/config.hs.simple
+++ b/config.hs.simple
@@ -33,6 +33,7 @@ host hostname@"mybox.example.com" = Just
, Network.ipv6to4
, Docker.docked container hostname "webserver"
`requires` File.dirExists "/var/www"
+ , Docker.garbageCollected
, Cron.runPropellor "30 * * * *"
]
-- add more hosts here...