propellor spin

This commit is contained in:
Joey Hess 2014-08-29 16:19:30 -07:00
parent 0c0c9d9a7f
commit 859c0c8017
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

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