⬆️ Upgrate Penpot to 2.6.1 (#104)

This commit is contained in:
Chetra Chann
2025-05-07 14:15:02 +07:00
committed by GitHub
parent 2d5a878cfe
commit 2a6bafb54b
2 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ volumes:
services:
penpot-frontend:
image: "penpotapp/frontend:2.3.2"
image: "penpotapp/frontend:2.6.1"
restart: always
ports:
- 8080
@@ -52,7 +52,7 @@ services:
PENPOT_FLAGS: disable-email-verification enable-smtp enable-prepl-server disable-secure-session-cookies
penpot-backend:
image: "penpotapp/backend:2.3.2"
image: "penpotapp/backend:2.6.1"
restart: always
volumes:
@@ -139,7 +139,7 @@ services:
PENPOT_SMTP_SSL: false
penpot-exporter:
image: "penpotapp/exporter:2.3.2"
image: "penpotapp/exporter:2.6.1"
restart: always

View File

@@ -6,7 +6,7 @@ mounts = []
[[config.domains]]
serviceName = "penpot-frontend"
port = 80
port = 8080
host = "${main_domain}"
[config.env]