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/