diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 23:24:31 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 23:24:31 -0400 |
| commit | f3f2af29f2aeabed107fd569dfe36ba9fffc5233 (patch) | |
| tree | 92825255195205ef07956f051974f843faf40655 /config.hs.simple | |
| parent | 965c08daeb614a12161167a2bd2aebb73863ffb0 (diff) | |
docker gc
Diffstat (limited to 'config.hs.simple')
| -rw-r--r-- | config.hs.simple | 1 |
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... |
