summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-10-10 11:41:40 -0400
committerJoey Hess2014-10-10 11:41:40 -0400
commit498769e232091d18f2b0dbd8f8392b3abbebf1e7 (patch)
tree49c0546e7b9ad97bcac6a8636800bf61591067f4
parent7120d66a279b470b76273bcf205d98badfde95b1 (diff)
parentbb34219b4478fbb1dc7cab71a164087ef1c8fcd3 (diff)
Merge branch 'joeyconfig'
-rw-r--r--config-simple.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-simple.hs b/config-simple.hs
index 35eae40c..dcdc51a3 100644
--- a/config-simple.hs
+++ b/config-simple.hs
@@ -38,7 +38,7 @@ hosts =
-- A generic webserver in a Docker container.
, Docker.container "webserver" "joeyh/debian-stable"
- & os (System (Debian Stable) "amd64")
+ & os (System (Debian (Stable "wheezy")) "amd64")
& Apt.stdSourcesList
& Docker.publish "80:80"
& Docker.volume "/var/www:/var/www"