update
This commit is contained in:
parent
86f41cc371
commit
bb34219b44
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue