From f635aef4eb70e350e13b90aac15f956ba52635eb Mon Sep 17 00:00:00 2001 From: Teja Poosa <145468092+teja-afk@users.noreply.github.com> Date: Tue, 15 Sep 2026 21:26:11 +0530 Subject: [PATCH] :books: Fix typo in Docker Compose comment (#11660) --- docker/images/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/images/docker-compose.yaml b/docker/images/docker-compose.yaml index 63e92d9916..6274e3b2a5 100644 --- a/docker/images/docker-compose.yaml +++ b/docker/images/docker-compose.yaml @@ -126,7 +126,7 @@ services: networks: - penpot - ## Configuration envronment variables for the backend container. + ## Configuration environment variables for the backend container. environment: << : [*penpot-flags, *penpot-public-uri, *penpot-http-body-size, *penpot-secret-key]