mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #1297 from mohabgabber/canary
Update unsend version to v1.3.2
This commit is contained in:
@@ -1095,7 +1095,7 @@ export const templates: TemplateData[] = [
|
|||||||
{
|
{
|
||||||
id: "unsend",
|
id: "unsend",
|
||||||
name: "Unsend",
|
name: "Unsend",
|
||||||
version: "v1.2.4",
|
version: "v1.3.2",
|
||||||
description: "Open source alternative to Resend,Sendgrid, Postmark etc. ",
|
description: "Open source alternative to Resend,Sendgrid, Postmark etc. ",
|
||||||
logo: "unsend.png",
|
logo: "unsend.png",
|
||||||
links: {
|
links: {
|
||||||
|
|||||||
@@ -44,8 +44,7 @@ services:
|
|||||||
command: -c 'mkdir -p /data/unsend && minio server /data --console-address ":9001" --address ":9002"'
|
command: -c 'mkdir -p /data/unsend && minio server /data --console-address ":9001" --address ":9002"'
|
||||||
|
|
||||||
unsend:
|
unsend:
|
||||||
image: unsend/unsend:v1.2.5
|
image: unsend/unsend:v1.3.2
|
||||||
|
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- ${PORT:-3000}
|
- ${PORT:-3000}
|
||||||
|
|||||||
Reference in New Issue
Block a user