Update Financial_Containers/invoiceshelf/compose.yaml

This commit is contained in:
2026-08-09 20:51:32 +00:00
parent 3051b0e07c
commit a6eb5b2d71
@@ -26,8 +26,8 @@ services:
image: invoiceshelf/invoiceshelf:latest image: invoiceshelf/invoiceshelf:latest
container_name: invoiceshelf container_name: invoiceshelf
volumes: volumes:
- /srv/docker/invoiceshelf/invoiceshelf_pgsql/data:/data #- /srv/docker/invoiceshelf/invoiceshelf_pgsql/data:/data
- /srv/docker/invoiceshelf/invoiceshelf_pgsql/conf:/conf #- /srv/docker/invoiceshelf/invoiceshelf_pgsql/conf:/conf
- /srv/docker/invoiceshelf/invoiceshelf_pgsql/storage:/var/www/html/storage - /srv/docker/invoiceshelf/invoiceshelf_pgsql/storage:/var/www/html/storage
- /srv/docker/invoiceshelf/invoiceshelf_pgsql/modules:/var/www/html/Modules - /srv/docker/invoiceshelf/invoiceshelf_pgsql/modules:/var/www/html/Modules
env_file: env_file:
@@ -65,7 +65,6 @@ services:
- MAIL_PORT=587 - MAIL_PORT=587
- MAIL_USERNAME=${MAIL_USERNAME} - MAIL_USERNAME=${MAIL_USERNAME}
- MAIL_PASSWORD=${MAIL_PASSWORD} - MAIL_PASSWORD=${MAIL_PASSWORD}
#- MAIL_PASSWORD_FILE=<filename>
- MAIL_ENCRYPTION=tls - MAIL_ENCRYPTION=tls
restart: unless-stopped restart: unless-stopped
depends_on: depends_on: