diff options
| author | Nathaniel "Church" Hatfield <[email protected]> | 2021-08-24 22:50:00 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-24 19:50:00 -0700 |
| commit | e18ab1c7fdfe5355a34c03d538a1202a2d6ff3b7 (patch) | |
| tree | 6984dbe1316758ceede9f23a9fd5039fd0366cc8 | |
| parent | 84197b496c74f1aa83e25a6e9c361fb0001bb740 (diff) | |
| download | caprover-one-click-apps-e18ab1c7fdfe5355a34c03d538a1202a2d6ff3b7.tar.gz caprover-one-click-apps-e18ab1c7fdfe5355a34c03d538a1202a2d6ff3b7.zip | |
Fix docker hub ref for firefly (#481)
* Fix docker hub ref for firefly
* Update defaultValue to reflect correct tag
Co-authored-by: Nathaniel Hatfield <[email protected]>
| -rw-r--r-- | public/v4/apps/firefly-iii.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/v4/apps/firefly-iii.yml b/public/v4/apps/firefly-iii.yml index 54d8460..2202556 100644 --- a/public/v4/apps/firefly-iii.yml +++ b/public/v4/apps/firefly-iii.yml @@ -1,7 +1,7 @@ captainVersion: 4 services: $$cap_appname: - image: jc5x/firefly-iii:$$cap_firefly_version + image: fireflyiii/core:$$cap_firefly_version volumes: - $$cap_appname-export:/var/www/firefly-iii/storage/export - $$cap_appname-upload:/var/www/firefly-iii/storage/upload @@ -46,8 +46,8 @@ caproverOneClickApp: validRegex: /.{1,}/ - id: $$cap_firefly_version label: Firefly Version Tag - description: Check out their Docker page for the valid tags https://hub.docker.com/r/jc5x/firefly-iii/tags - defaultValue: release-5.3.0 + description: Check out their Docker page for the valid tags https://hub.docker.com/r/fireflyiii/core/tags + defaultValue: version-5.5.13 validRegex: /^([^\s^\/])+$/ - id: $$cap_firefly_site-owner label: Firefly Site Owner Mail |
