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: