From 75aa243e08c0fa6e372c8310363ae8ad376ff47a Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Thu, 20 Sep 2018 16:36:24 -0400 Subject: [PATCH] Updated Config directories --- templates/InvoiceNinja/0/docker-compose.yml | 2 +- templates/Traefik/0/docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/InvoiceNinja/0/docker-compose.yml b/templates/InvoiceNinja/0/docker-compose.yml index ce014e1..b5f6026 100644 --- a/templates/InvoiceNinja/0/docker-compose.yml +++ b/templates/InvoiceNinja/0/docker-compose.yml @@ -122,7 +122,7 @@ services: - "${WEB_PORT}:80" restart: on-failure volumes: - - /RancherConfig/${DATA_DIR}/nginx.conf:/etc/nginx/nginx.conf:ro + - /RancherCattleConfig/${DATA_DIR}/nginx.conf:/etc/nginx/nginx.conf:ro volumes_from: - app diff --git a/templates/Traefik/0/docker-compose.yml b/templates/Traefik/0/docker-compose.yml index 8229c8f..941ba1f 100644 --- a/templates/Traefik/0/docker-compose.yml +++ b/templates/Traefik/0/docker-compose.yml @@ -23,8 +23,8 @@ services: restart: always volumes: - /var/run/docker.sock:/var/run/docker.sock - - /RancherConfig/${DATA_DIR}/traefik.toml:/traefik.toml - - /RancherConfig/${DATA_DIR}/acme.json:/acme.json + - /RancherCattleConfig/${DATA_DIR}/traefik.toml:/traefik.toml + - /RancherCattleConfig/${DATA_DIR}/acme.json:/acme.json networks: public-proxy: \ No newline at end of file