From f7bcedca6f8c0ba1c8108b33176be89b465d5cb0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 14:54:06 -0400 Subject: [PATCH] test port change --- config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.hs b/config.hs index 8c7422b..bbd45b4 100644 --- a/config.hs +++ b/config.hs @@ -55,7 +55,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" - [ Docker.publish "80:80" + [ Docker.publish "8080:80" , Docker.volume "/var/www:/var/www" , Docker.inside [ serviceRunning "apache2"