diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-08 18:41:30 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-08 18:41:30 -0400 |
| commit | 39f3acd6e473ee25e6c37fd5c8a5b4237d34127c (patch) | |
| tree | 902458fd78162103b962b1ef730c4157f2ca5aa9 /config-joey.hs | |
| parent | 27a00f86826f7f76afc05d02c8990ac38c0802fd (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index b431a4b0..b7d9cf28 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -61,7 +61,7 @@ host _ = Nothing -- | This is where Docker containers are set up. A container -- can vary by hostname where it's used, or be the same everywhere. container :: HostName -> Docker.ContainerName -> Maybe (Docker.Container) -container parenthost name +container _parenthost name -- Simple web server, publishing the outside host's /var/www | name == "webserver" = Just $ Docker.containerFrom (image $ System (Debian Unstable) "amd64") |
