From 9ac2be5dd1a7fa14435c87ba9f68880a0f28e671 Mon Sep 17 00:00:00 2001 From: Dorian Date: Thu, 28 Apr 2022 02:54:01 +0200 Subject: [PATCH] Update FileRun to latest version (#653) --- public/v4/apps/filerun.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/v4/apps/filerun.yml b/public/v4/apps/filerun.yml index 5609ac9..248ce34 100644 --- a/public/v4/apps/filerun.yml +++ b/public/v4/apps/filerun.yml @@ -1,7 +1,7 @@ captainVersion: 4 services: $$cap_appname: - image: afian/filerun:$$cap_wp_version + image: filerun/filerun:$$cap_wp_version volumes: - $$cap_appname-html:/var/www/html - $$cap_appname-userfiles:/user-files @@ -39,8 +39,8 @@ caproverOneClickApp: validRegex: /.{1,}/ - id: $$cap_wp_version label: Filerun Version. - defaultValue: '' - description: Use 'latest' tag for normal installation. If you wish to have LibreOffice included, use 'libreoffice' tag. Note that LibreOffice is considerably larger in disk size and memory usage. Check out their Docker page for the valid tags https://hub.docker.com/r/afian/filerun/tags + defaultValue: 'latest' + description: Use 'latest' tag for normal installation. Check out their Docker page for the valid tags https://hub.docker.com/r/filerun/filerun/tags validRegex: /^([^\s^\/])+$/ instructions: start: >- @@ -60,4 +60,4 @@ caproverOneClickApp: displayName: FileRun - No DB isOfficial: true description: FileRun is a self-hosted Google Drive alternative. It is a full featured web based file manager with an easy to use user interface. - documentation: Taken from https://hub.docker.com/r/afian/filerun/. + documentation: Taken from https://hub.docker.com/r/filerun/filerun/.