From 3fae22e95b939bc8f05bbd624b8a03ea542fc345 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 23:49:15 -0400 Subject: changed Arch to String type --- config.hs.simple | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.hs.simple') 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 -- cgit v1.3-2-g0d8e