diff options
author | Marco Platania <platania@research.att.com> | 2017-10-13 13:42:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-13 13:42:12 +0000 |
commit | c46a7459849f5219959b92e684619674a34fc8f2 (patch) | |
tree | fb7e735f31b83793dc03d6f6267cd1de2f4a8d91 | |
parent | fd406d5b538a2c61e0b44a517cc90a858065aa52 (diff) | |
parent | 72cb7c576fe1bef6affde0fae24548d0918f2791 (diff) |
Merge "Fix the esr-gui docker start issue."
-rw-r--r-- | boot/esr_vm_init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/esr_vm_init.sh b/boot/esr_vm_init.sh index beb80419..a3e32a4b 100644 --- a/boot/esr_vm_init.sh +++ b/boot/esr_vm_init.sh @@ -16,4 +16,4 @@ docker rm -f esr_server docker rm -f esr_gui docker run -i -t -d -p 9518:9518 -e MSB_ADDR=$OPENO_IP:80 --name esr_server $NEXUS_DOCKER_REPO/onap/aai/esr-server:$DOCKER_IMAGE_VERSION -docker run -i -t -d -p 8080:9519 -e MSB_ADDR=$OPENO_IP:80 --name esr_gui $NEXUS_DOCKER_REPO/onap/aai/esr-gui:$DOCKER_IMAGE_VERSION
\ No newline at end of file +docker run -i -t -d -p 9519:8080 -e MSB_ADDR=$OPENO_IP:80 --name esr_gui $NEXUS_DOCKER_REPO/onap/aai/esr-gui:$DOCKER_IMAGE_VERSION
\ No newline at end of file |