Skip to content

Commit bb97aec

Browse files
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>
1 parent 6df93c4 commit bb97aec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blueprints/invoiceshelf/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
retries: 5
1818

1919
invoiceshelf-app:
20-
image: invoiceshelf/invoiceshelf:latest
20+
image: invoiceshelf/invoiceshelf:nightly
2121

2222
volumes:
2323
- invoiceshelf-app-data:/data

blueprints/invoiceshelf/template.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mounts = []
99

1010
[[config.domains]]
1111
serviceName = "invoiceshelf-app"
12-
port = 80
12+
port = 8080
1313
host = "${main_domain}"
1414

1515
[config.env]

0 commit comments

Comments
 (0)