From a6eb5b2d71ad56d765683531c252ec90010bc3b5 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 9 Aug 2026 20:51:32 +0000 Subject: [PATCH] Update Financial_Containers/invoiceshelf/compose.yaml --- Financial_Containers/invoiceshelf/compose.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Financial_Containers/invoiceshelf/compose.yaml b/Financial_Containers/invoiceshelf/compose.yaml index fd0eb94..3ffe89d 100644 --- a/Financial_Containers/invoiceshelf/compose.yaml +++ b/Financial_Containers/invoiceshelf/compose.yaml @@ -26,8 +26,8 @@ services: image: invoiceshelf/invoiceshelf:latest container_name: invoiceshelf volumes: - - /srv/docker/invoiceshelf/invoiceshelf_pgsql/data:/data - - /srv/docker/invoiceshelf/invoiceshelf_pgsql/conf:/conf + #- /srv/docker/invoiceshelf/invoiceshelf_pgsql/data:/data + #- /srv/docker/invoiceshelf/invoiceshelf_pgsql/conf:/conf - /srv/docker/invoiceshelf/invoiceshelf_pgsql/storage:/var/www/html/storage - /srv/docker/invoiceshelf/invoiceshelf_pgsql/modules:/var/www/html/Modules env_file: @@ -65,7 +65,6 @@ services: - MAIL_PORT=587 - MAIL_USERNAME=${MAIL_USERNAME} - MAIL_PASSWORD=${MAIL_PASSWORD} - #- MAIL_PASSWORD_FILE= - MAIL_ENCRYPTION=tls restart: unless-stopped depends_on: