diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 14:54:06 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 14:54:06 -0400 |
| commit | f7bcedca6f8c0ba1c8108b33176be89b465d5cb0 (patch) | |
| tree | 3c52344ee83b6a76df05d30ce4d2daae0f70586f /config.hs | |
| parent | a04ad13b8e954517231986733db8c1262f425903 (diff) | |
test port change
Diffstat (limited to 'config.hs')
| -rw-r--r-- | config.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ host _ = Nothing -- can vary by hostname where it's used, or be the same everywhere. container :: HostName -> Docker.ContainerName -> Maybe (Docker.Container) container _ "webserver" = Just $ Docker.containerFrom "joeyh/debian-unstable" - [ Docker.publish "80:80" + [ Docker.publish "8080:80" , Docker.volume "/var/www:/var/www" , Docker.inside [ serviceRunning "apache2" |
