Fix docker hub ref for firefly (#481)

* Fix docker hub ref for firefly

* Update defaultValue to reflect correct tag

Co-authored-by: Nathaniel Hatfield <nathanielhatfield@cloudfitsoftware.com>
This commit is contained in:
Nathaniel "Church" Hatfield 2021-08-24 22:50:00 -04:00 committed by GitHub
parent 84197b496c
commit e18ab1c7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
captainVersion: 4 captainVersion: 4
services: services:
$$cap_appname: $$cap_appname:
image: jc5x/firefly-iii:$$cap_firefly_version image: fireflyiii/core:$$cap_firefly_version
volumes: volumes:
- $$cap_appname-export:/var/www/firefly-iii/storage/export - $$cap_appname-export:/var/www/firefly-iii/storage/export
- $$cap_appname-upload:/var/www/firefly-iii/storage/upload - $$cap_appname-upload:/var/www/firefly-iii/storage/upload
@ -46,8 +46,8 @@ caproverOneClickApp:
validRegex: /.{1,}/ validRegex: /.{1,}/
- id: $$cap_firefly_version - id: $$cap_firefly_version
label: Firefly Version Tag label: Firefly Version Tag
description: Check out their Docker page for the valid tags https://hub.docker.com/r/jc5x/firefly-iii/tags description: Check out their Docker page for the valid tags https://hub.docker.com/r/fireflyiii/core/tags
defaultValue: release-5.3.0 defaultValue: version-5.5.13
validRegex: /^([^\s^\/])+$/ validRegex: /^([^\s^\/])+$/
- id: $$cap_firefly_site-owner - id: $$cap_firefly_site-owner
label: Firefly Site Owner Mail label: Firefly Site Owner Mail