mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-11 17:48:11 -05:00
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:
@@ -17,7 +17,7 @@ services:
|
||||
retries: 5
|
||||
|
||||
invoiceshelf-app:
|
||||
image: invoiceshelf/invoiceshelf:latest
|
||||
image: invoiceshelf/invoiceshelf:nightly
|
||||
|
||||
volumes:
|
||||
- invoiceshelf-app-data:/data
|
||||
|
||||
@@ -9,7 +9,7 @@ mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "invoiceshelf-app"
|
||||
port = 80
|
||||
port = 8080
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
|
||||
Reference in New Issue
Block a user