diff options
Diffstat (limited to 'config.hs.simple')
| -rw-r--r-- | config.hs.simple | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.hs.simple b/config.hs.simple index 7acb7b88..5e9f8c3c 100644 --- a/config.hs.simple +++ b/config.hs.simple @@ -44,7 +44,7 @@ host _ = Nothing -- can vary by hostname where it's used, or be the same everywhere. container :: HostName -> Docker.ContainerName -> Maybe (Docker.Container) container _ "webserver" = Just $ Docker.containerFrom "joeyh/debian-unstable" - (image $ System (Debian Unstable) Amd64) + (image $ System (Debian Unstable) "amd64") [ Docker.publish "80:80" , Docker.volume "/var/www:/var/www" , Docker.inside |
