diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 11:59:48 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 11:59:48 -0400 |
| commit | e02f802ac848fe9395d9a7019b4041eca814b0c9 (patch) | |
| tree | 5d155413c22200754ae4927474aac5ff4f311c75 /config.hs | |
| parent | bf4ba055287f46d6e125d8fd7870dd981d224fc8 (diff) | |
add PROPELLOR_DEBUG
Diffstat (limited to 'config.hs')
| -rw-r--r-- | config.hs | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -57,8 +57,10 @@ container :: HostName -> Docker.ContainerName -> Maybe (Docker.Container) container _ "webserver" = Just $ Docker.containerFromImage "debian" [ Docker.publish "80:80" , Docker.volume "/var/www:/var/www" - , Docker.inside $ serviceRunning "apache2" - `requires` Apt.installed ["apache2"] + , Docker.inside + [ serviceRunning "apache2" + `requires` Apt.installed ["apache2"] + ] ] container _ _ = Nothing |
