From a19303e3bf3510bc46237d9e5ae56f27d6b368f4 Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Mon, 16 Feb 2026 14:02:22 +1100 Subject: [PATCH] Update InvoiceShelf compose to suit new changes (#693) https://github.com/InvoiceShelf/docker/blob/89bf78cec6fae54db76f84e0a4dc6255a8da710e/upgrade-guide.md --- blueprints/invoiceshelf/docker-compose.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/blueprints/invoiceshelf/docker-compose.yml b/blueprints/invoiceshelf/docker-compose.yml index 8d2c8265..bc4e8ff0 100644 --- a/blueprints/invoiceshelf/docker-compose.yml +++ b/blueprints/invoiceshelf/docker-compose.yml @@ -20,8 +20,7 @@ services: image: invoiceshelf/invoiceshelf:nightly volumes: - - invoiceshelf-app-data:/data - - invoiceshelf-app-conf:/conf + - invoiceshelf-storage:/var/www/html/storage environment: - PHP_TZ=UTC - TIMEZONE=UTC @@ -49,5 +48,4 @@ services: volumes: invoiceshelf-postgres-data: - invoiceshelf-app-data: - invoiceshelf-app-conf: \ No newline at end of file + invoiceshelf-storage: