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