summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-10-19 16:29:35 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-10-19 16:29:35 -0400
commit59f64d3b04aeb45acf625e905eb625718554d57b (patch)
treee30b896c9594e7d646e842e7800b01a00a98dc66
parent386fc8092a59b30341a598dde9ec163a80c2969c (diff)
docker-start-containers: update local port for web app
-rwxr-xr-xdocker-start-containers2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-start-containers b/docker-start-containers
index 3f783bd..1c58227 100755
--- a/docker-start-containers
+++ b/docker-start-containers
@@ -28,7 +28,7 @@ docker run -d --name tempest-ci-webapp \
--link tempest-neo4j:neo4j \
--link tempest-static-log-server:logs \
-e VIRTUAL_HOST=${WEBAPP_VIRTUAL_HOST} \
- -p 127.0.0.1:8080:8080 \
+ -p 127.0.0.1:8082:8080 \
--restart=always \
tempest-ci-webapp