This commit is contained in:
Joey Hess 2014-10-10 11:41:33 -04:00
parent 86f41cc371
commit bb34219b44
1 changed files with 1 additions and 1 deletions

View File

@ -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"