summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-10-21 15:50:29 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-10-21 15:50:29 -0400
commit69684bb5e5039820efc0c0b2a4db18d065284bad (patch)
tree38ec520f1d0a24eb78520f250e6c4255e344be77
parent59f64d3b04aeb45acf625e905eb625718554d57b (diff)
docker-start-containers: remove local port mappings
-rwxr-xr-xdocker-start-containers2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker-start-containers b/docker-start-containers
index 1c58227..89fec18 100755
--- a/docker-start-containers
+++ b/docker-start-containers
@@ -17,7 +17,6 @@ docker run -d --name tempest-neo4j \
# start the static log web server container
docker run -d --name tempest-static-log-server \
--privileged \
- -p 127.0.0.1:8081:8080 \
--restart=always \
-e VIRTUAL_HOST=${STATIC_LOGS_VIRTUAL_HOST} \
-v ${LOGS_DIR}:/var/www \
@@ -28,7 +27,6 @@ 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:8082:8080 \
--restart=always \
tempest-ci-webapp