aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraosull01 <adrian.osullivan@huawei.com>2020-03-26 10:20:20 +0000
committeraosull01 <adrian.osullivan@huawei.com>2020-03-26 10:20:20 +0000
commit51fabd6a43fcd114c6b52af58eb043f72b5051a5 (patch)
treead03ab1290ffea1dc77046c16d8e24f87be35d28
parentefb32d082a5b8463377ba91752dc25280d4b1cd4 (diff)
Fix NBI standalone HTTP CSIT
Issue-ID: EXTAPI-419 Signed-off-by: aosull01 <adrian.osullivan@huawei.com> Change-Id: I6a22af78e4ebd77cd6d5e8a8fd0e3a6f222dcf37
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index e74453f..607475c 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -37,7 +37,7 @@ services:
nbi:
image: ${NEXUS_DOCKER_REPO}/onap/externalapi/nbi:${DOCKER_IMAGE_VERSION:-latest}
ports:
- - ${SERVER_PORT}:${SERVER_PORT}
+ - 8080:8080
env_file:
- .env
environment: