diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 23:49:15 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 23:49:15 -0400 |
| commit | 3fae22e95b939bc8f05bbd624b8a03ea542fc345 (patch) | |
| tree | 9273d74d8f8e6eab8b5fe5d4f5454e5f8815bd52 /config.hs.simple | |
| parent | a200bcd85a0d2b89ed0dea67dfe693f03ddac7e7 (diff) | |
changed Arch to String type
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 |
