aboutsummaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorSébastien Determe <sd378r@intl.att.com>2018-03-28 15:36:12 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-28 15:36:12 +0000
commit57725fb589a9da5bb03e4e195a9d1590992f3d77 (patch)
tree6931763f32e8c9fad2667fcad07a52db55c902f8 /extra
parentf672d393226629afe58b660eaec92d487206f519 (diff)
parentbfbbd8cfae5b44374372189c95df179bffc2118f (diff)
Merge "Add simulator cases for (un)deploy/stop + typo"
Diffstat (limited to 'extra')
-rw-r--r--extra/docker/clamp/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/docker/clamp/docker-compose.yml b/extra/docker/clamp/docker-compose.yml
index 76992fd5..69e47152 100644
--- a/extra/docker/clamp/docker-compose.yml
+++ b/extra/docker/clamp/docker-compose.yml
@@ -30,4 +30,4 @@ services:
- "../../../src/test/resources/http-cache/:/script/:ro"
ports:
- "8085:8085"
- command: /bin/sh -c "pip install requests && pip install simplejson && python -u /script/third_party_proxy.py -v true --port 8085 --root /thirdparty"
+ command: /bin/sh -c "pip install requests && pip install simplejson && python -u /script/third_party_proxy.py -v true --port 8085 --root /thirdparty --proxyaddress third_party_proxy:8085"