From b91d703060bb478a04c5fd9f7467d820fdcc6089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 19 Jun 2025 09:32:01 +0200 Subject: [PATCH] :bug: Fix a typo --- 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 42cb16ce10..59601af625 100644 --- a/docker/images/docker-compose.yaml +++ b/docker/images/docker-compose.yaml @@ -206,7 +206,7 @@ services: # communicate with the frontend. PENPOT_PUBLIC_URI: http://penpot-frontend:8080 - ## Valkey (or previowsly Redis) is used for the websockets notifications. + ## Valkey (or previously Redis) is used for the websockets notifications. PENPOT_REDIS_URI: redis://penpot-valkey/0 penpot-postgres: