mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: 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: {
|
||||||
|
|||||||
@@ -47,7 +47,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
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user