diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-08 19:31:03 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-08 19:31:03 -0400 |
| commit | a52a2a89dfe92d7bed4a6446101657a288fd3bae (patch) | |
| tree | 207f98df36a858276269dcf87926566ea082018b /config-simple.hs | |
| parent | 7561ee0443a33ffc0574dc6b606c9128da3fba4f (diff) | |
serviceInstalledRunning
Diffstat (limited to 'config-simple.hs')
| -rw-r--r-- | config-simple.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config-simple.hs b/config-simple.hs index d5015ef3..5e43b467 100644 --- a/config-simple.hs +++ b/config-simple.hs @@ -47,7 +47,6 @@ container _ "webserver" = Just $ Docker.containerFrom "joeyh/debian-unstable" [ Docker.publish "80:80" , Docker.volume "/var/www:/var/www" , Docker.inside $ props - & serviceRunning "apache2" - `requires` Apt.installed ["apache2"] + & Apt.serviceInstalledRunning "apache2" ] container _ _ = Nothing |
