feat(fix): Define Version

This commit is contained in:
DrMxrcy
2024-11-20 09:56:40 -05:00
parent 0654804821
commit d1436c992e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -2,7 +2,7 @@ version: '3.7'
services:
yourls-app:
image: yourls:latest
image: yourls:1.9.2
networks:
- dokploy-network
environment: