From d1436c992ec6cef49cb3fb475d5a34bc7315d7c2 Mon Sep 17 00:00:00 2001 From: DrMxrcy Date: Wed, 20 Nov 2024 09:56:40 -0500 Subject: [PATCH] feat(fix): Define Version --- apps/dokploy/templates/templates.ts | 2 +- apps/dokploy/templates/yourls/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index 4419dcf2..da24df9d 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -870,7 +870,7 @@ export const templates: TemplateData[] = [ { id: "yourls", name: "YOURLS", - version: "latest", + version: "1.9.2", description: "YOURLS (Your Own URL Shortener) is a set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL or Bitly).", logo: "yourls.svg", diff --git a/apps/dokploy/templates/yourls/docker-compose.yml b/apps/dokploy/templates/yourls/docker-compose.yml index ad2fcd1c..ff2e14d9 100644 --- a/apps/dokploy/templates/yourls/docker-compose.yml +++ b/apps/dokploy/templates/yourls/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.7' services: yourls-app: - image: yourls:latest + image: yourls:1.9.2 networks: - dokploy-network environment: