From: Adam Wudzinski Date: Fri, 24 Jul 2020 11:34:15 +0000 (+0200) Subject: Fix CertService local docker network bug X-Git-Tag: 2.0.0~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d3636201ae70f12f6b0d28c4843c6d03fcb14b9e;p=oom%2Fplatform%2Fcert-service.git Fix CertService local docker network bug Issue-ID: OOM-2524 Signed-off-by: Adam Wudzinski Change-Id: I78278d0cf25f785ad778a22de6198179e62fe673 --- diff --git a/Makefile b/Makefile index 778b94d7..c6273271 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ run-client: --rm \ --name aafcert-client \ --env-file ./compose-resources/client-configuration.env \ - --network certservice_certservice \ + --network cert-service_certservice \ --mount type=bind,src=`pwd`/compose-resources/client-volume/,dst=/var/certs \ --volume `pwd`/certs/truststore.jks:/etc/onap/aaf/certservice/certs/truststore.jks \ --volume `pwd`/certs/certServiceClient-keystore.jks:/etc/onap/aaf/certservice/certs/certServiceClient-keystore.jks \