From 174ff37236929328378519fd0173e002246c3aef Mon Sep 17 00:00:00 2001 From: SKP Date: Thu, 28 Mar 2019 13:11:59 +0100 Subject: [PATCH] Fixed mounts in docker-compose --- .../app/templates/installer/docker/docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/generator-cyphernode/generators/app/templates/installer/docker/docker-compose.yaml b/install/generator-cyphernode/generators/app/templates/installer/docker/docker-compose.yaml index 02e2233..3f6c275 100644 --- a/install/generator-cyphernode/generators/app/templates/installer/docker/docker-compose.yaml +++ b/install/generator-cyphernode/generators/app/templates/installer/docker/docker-compose.yaml @@ -14,9 +14,9 @@ services: - "<%= gatekeeper_datapath %>/keys.properties:/etc/nginx/conf.d/keys.properties" - "<%= gatekeeper_datapath %>/api.properties:/etc/nginx/conf.d/api.properties" - "<%= gatekeeper_datapath %>/htpasswd:/etc/nginx/conf.d/status/htpasswd" - - "<%= gatekeeper_datapath %>/installation.json:/etc/nginx/conf.d/status/installation.json" - - "<%= gatekeeper_datapath %>/client.7z:/etc/nginx/conf.d/status/client.7z" - - "<%= gatekeeper_datapath %>/config.7z:/etc/nginx/conf.d/status/config.7z" + - "<%= gatekeeper_datapath %>/installation.json:/etc/nginx/conf.d/s/stats/installation.json" + - "<%= gatekeeper_datapath %>/client.7z:/etc/nginx/conf.d/s/stats/client.7z" + - "<%= gatekeeper_datapath %>/config.7z:/etc/nginx/conf.d/s/stats/config.7z" - "<%= gatekeeper_datapath %>/nginx-spark-conf:/etc/nginx/conf.d/nginx-spark-conf" command: $USER