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",
|
id: "yourls",
|
||||||
name: "YOURLS",
|
name: "YOURLS",
|
||||||
version: "latest",
|
version: "1.9.2",
|
||||||
description:
|
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).",
|
"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",
|
logo: "yourls.svg",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: '3.7'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
yourls-app:
|
yourls-app:
|
||||||
image: yourls:latest
|
image: yourls:1.9.2
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user