From 637d0261038f6e7828765f86fca05a6e3cfc1cd2 Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Fri, 19 Jun 2026 17:20:06 +0200 Subject: [PATCH] Provided sanbox flag --- docker-stacks/app-server/penpot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-stacks/app-server/penpot.yml b/docker-stacks/app-server/penpot.yml index ef2da8d..4567587 100644 --- a/docker-stacks/app-server/penpot.yml +++ b/docker-stacks/app-server/penpot.yml @@ -27,6 +27,7 @@ services: - PENPOT_EXPORTER_SECRET_KEY=${PENPOT_EXPORTER_SECRET_KEY} - PENPOT_REDIS_URL=${PENPOT_REDIS_URI} - PENPOT_REDIS_URI=${PENPOT_REDIS_URI} + - PENPOT_FLAGS=disable-sandbox penpot-frontend: image: penpotapp/frontend:latest