From aa023d847d5ccf0bf004cc97ab32ee7fa2897ca9 Mon Sep 17 00:00:00 2001 From: Yamila Moreno Date: Tue, 14 Jan 2025 17:37:14 +0100 Subject: [PATCH] :whale: Set correct internal url frontend url for exporter --- 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 27640aa4a..c745f78be 100644 --- a/docker/images/docker-compose.yaml +++ b/docker/images/docker-compose.yaml @@ -201,7 +201,7 @@ services: environment: # Don't touch it; this uses an internal docker network to # communicate with the frontend. - PENPOT_PUBLIC_URI: http://penpot-frontend + PENPOT_PUBLIC_URI: http://penpot-frontend:8080 ## Redis is used for the websockets notifications. PENPOT_REDIS_URI: redis://penpot-redis/0