mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix(template): shlink version stable in index.ts
This commit is contained in:
@@ -26,4 +26,4 @@ services:
|
||||
retries: 3
|
||||
|
||||
volumes:
|
||||
shlink-data:
|
||||
shlink-data:
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user