From cb6ccae501d89b7e3426d938de07bf879afc973b Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 19 Feb 2025 15:01:38 -0500 Subject: [PATCH] Invoice-Ninja proxy tweak. --- docker-compose.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 17f0b603..7cb09208 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1998,18 +1998,9 @@ services: target: 80 restart: always volumes: - - read_only: true - source: ${DOCKER_VOLUME_CONFIG}/invoice_ninja/proxy/invoice_ninja.conf - target: /etc/nginx/conf.d/in-vhost.conf - type: bind - bind: - create_host_path: true - - read_only: true - source: ${DOCKER_VOLUME_CONFIG}/invoice_ninja/app/public - target: /var/www/app/public - type: bind - bind: - create_host_path: true + - ${DOCKER_VOLUME_CONFIG}/invoice-ninja/nginx:/etc/nginx/conf.d:ro + - invoice-ninja_public:/var/www/html/public + - invoice-ninja_storage:/var/www/html/storage it-tools: container_name: it-tools image: ghcr.io/corentinth/it-tools:latest