diff options
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... |
