summaryrefslogtreecommitdiff
path: root/config-simple.hs
diff options
context:
space:
mode:
Diffstat (limited to 'config-simple.hs')
-rw-r--r--config-simple.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-simple.hs b/config-simple.hs
index 0bc08def..21accd18 100644
--- a/config-simple.hs
+++ b/config-simple.hs
@@ -37,7 +37,6 @@ mybox = host "mybox.example.com"
& Docker.docked webserverContainer
& Docker.garbageCollected `period` Daily
& Cron.runPropellor (Cron.Times "30 * * * *")
- ]
-- A generic webserver in a Docker container.
webserverContainer :: Docker.Container