From 27738d253e6cd134709a9dde357318a7e0fe9ea9 Mon Sep 17 00:00:00 2001 From: Khiet Tam Nguyen Date: Tue, 28 Jan 2025 01:47:14 +1100 Subject: [PATCH] fix(template): shlink version stable in index.ts --- apps/dokploy/templates/shlink/docker-compose.yml | 2 +- apps/dokploy/templates/templates.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/templates/shlink/docker-compose.yml b/apps/dokploy/templates/shlink/docker-compose.yml index 53f48216..6d15a26d 100644 --- a/apps/dokploy/templates/shlink/docker-compose.yml +++ b/apps/dokploy/templates/shlink/docker-compose.yml @@ -26,4 +26,4 @@ services: retries: 3 volumes: - shlink-data: \ No newline at end of file + shlink-data: diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index 57698af3..98bbdbc5 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -1426,7 +1426,7 @@ export const templates: TemplateData[] = [ { id: "shlink", name: "Shlink", - version: "v1.4.1", + version: "stable", description: "URL shortener that can be used to serve shortened URLs under your own domain.", logo: "shlink.svg",