Merge pull request #1229 from nktnet1/shlink-template

fix(template): shlink version stable in index.ts
This commit is contained in:
Mauricio Siu
2025-01-27 22:57:48 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ services:
retries: 3
volumes:
shlink-data:
shlink-data:

View File

@@ -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",