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",
|
||||
name: "Unsend",
|
||||
version: "v1.2.4",
|
||||
version: "v1.3.2",
|
||||
description: "Open source alternative to Resend,Sendgrid, Postmark etc. ",
|
||||
logo: "unsend.png",
|
||||
links: {
|
||||
|
||||
@@ -44,8 +44,7 @@ services:
|
||||
command: -c 'mkdir -p /data/unsend && minio server /data --console-address ":9001" --address ":9002"'
|
||||
|
||||
unsend:
|
||||
image: unsend/unsend:v1.2.5
|
||||
|
||||
image: unsend/unsend:v1.3.2
|
||||
restart: always
|
||||
ports:
|
||||
- ${PORT:-3000}
|
||||
|
||||
Reference in New Issue
Block a user