expose https port
Issue-ID: VNFSDK-166
Change-Id: I228c40b4132eae02187be40ad636f3de1931bc00
Signed-off-by: Avinash S <avinash.s@huawei.com>
         #Comment or disable the access_log once tested to avoid runtime logs
 #        access_log            /var/log/nginx/access.log format gzip;
         access_log            off;
-        error_log            /var/log/nginx/error.log format gzip;
+        error_log            /var/log/nginx/error.log;
 
        server {
                listen *:8703 ssl;
 
         restart: "always"
         image: "${NEXUS_REPO}/onap/refrepo:${REFREPO_TAG}"
         ports:
-            - "8702:8702"
+            - "8702-8703:8702-8703"
         environment:
             POSTGRES_IP: postgres
         links: