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