Add pmlog to RANPM docker-compose

Issue-ID: NONRTRIC-903
Change-Id: I2ca916c4474b66e973f8c6188341e7fb845acc80
Signed-off-by: ktimoney <kevin.timoney@est.tech>
diff --git a/docker-proj/docker-compose-pm-https.yaml b/docker-proj/docker-compose-pm-https.yaml
index bf1417f..e50da91 100644
--- a/docker-proj/docker-compose-pm-https.yaml
+++ b/docker-proj/docker-compose-pm-https.yaml
@@ -24,11 +24,15 @@
 services:
   pm-https-server-${CONTAINER_NUM}:
     container_name: pm-https-server-${CONTAINER_NUM}
+    hostname: pm-https-server-${CONTAINER_NUM}
     image: $PM_HTTPSSERVER_IMAGE
     environment:
-      ALWAYS_RETURN: /files/pm.xml.gz
+      ALWAYS_RETURN: /ne-files/pm.xml.gz
+      GENERATED_FILE_START_TIME: "${START_TIME}"
+      GENERATED_FILE_TIMEZONE:  "+0100"
     volumes:
-    - ./ne-files:/files:rw
+    - ./ne-files:/ne-files:rw
+    - ./config/https/template-files:/template-files
     - ./config/https/certs/https-${CONTAINER_NUM}.key:/certs/server.key
     - ./config/https/certs/https-${CONTAINER_NUM}.crt:/certs/server.crt
     labels: