summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-08-29 16:19:30 -0700
committerJoey Hess2014-08-29 16:19:30 -0700
commit859c0c80178bede99f0ffb514ccc9e4104589387 (patch)
tree9a34c362b0367796c80dcf2af8711ca6fec0dfde /config-joey.hs
parent0c0c9d9a7f54723d38975a4da7245f0f3bc8ada8 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
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"