From 05230a43bec4b369249c653459751bbb19584c0d Mon Sep 17 00:00:00 2001 From: kgnfth <73314940+kgnfth@users.noreply.github.com> Date: Wed, 21 Apr 2021 02:19:03 +0200 Subject: [PATCH] Remove db prefix for thumbor (#396) * Remove db prefix for thumbor Let the user choose how they want to name it. * Changed the volume name to be more clearer --- public/v4/apps/thumbor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/v4/apps/thumbor.yml b/public/v4/apps/thumbor.yml index 52a6ef2..469a0ce 100644 --- a/public/v4/apps/thumbor.yml +++ b/public/v4/apps/thumbor.yml @@ -1,9 +1,9 @@ captainVersion: 4 services: - $$cap_appname-db: + $$cap_appname: image: minimalcompact/thumbor:$$cap_thumbor_version volumes: - - $$cap_appname-thumbor:/data + - $$cap_appname-data:/data restart: always environment: THUMBOR_PORT: '80' @@ -22,7 +22,7 @@ caproverOneClickApp: See http://thumbor.org for more details. Enter your thumbor Configuration parameters and click on next. It will take about a minute for the process to finish. - end: thumbor is deployed and available as $$cap_appname-db. Go to YOUR_APP_URL/unsafe/200x50/i.imgur.com/bvjzPct.jpg to test thumbor! + end: thumbor is deployed and available as $$cap_appname. Go to YOUR_APP_URL/unsafe/200x50/i.imgur.com/bvjzPct.jpg to test thumbor! displayName: '' description: Thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images documentation: Taken from https://hub.docker.com/r/minimalcompact/thumbor/tags/