From 859c0c80178bede99f0ffb514ccc9e4104589387 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 29 Aug 2014 16:19:30 -0700 Subject: propellor spin --- config-joey.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-joey.hs b/config-joey.hs index 1ad77cf0..64f1654d 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -263,7 +263,7 @@ containers :: [Host] containers = -- Simple web server, publishing the outside host's /var/www [ standardContainer "webserver" Stable "amd64" - & Docker.publish "8080:80" + & Docker.publish "80:80" & Docker.volume "/var/www:/var/www" & Apt.serviceInstalledRunning "apache2" -- cgit v1.2.3