Fix invoiceshelf docker image tag (#344)

* switch to image tag from latest to nightly

* Update template.toml

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Ahmed Ashraf
2025-09-14 06:59:02 +03:00
committed by GitHub
parent 6df93c4c02
commit bb97aec8ba
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ services:
retries: 5
invoiceshelf-app:
image: invoiceshelf/invoiceshelf:latest
image: invoiceshelf/invoiceshelf:nightly
volumes:
- invoiceshelf-app-data:/data

View File

@@ -9,7 +9,7 @@ mounts = []
[[config.domains]]
serviceName = "invoiceshelf-app"
port = 80
port = 8080
host = "${main_domain}"
[config.env]