mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat(fix): Define Version
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -2,7 +2,7 @@ version: '3.7'
|
||||
|
||||
services:
|
||||
yourls-app:
|
||||
image: yourls:latest
|
||||
image: yourls:1.9.2
|
||||
networks:
|
||||
- dokploy-network
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user