From e5cfdca036aad29b2209ccba9df28eae46ba5830 Mon Sep 17 00:00:00 2001 From: Navalex Date: Wed, 19 Mar 2025 11:26:24 +0100 Subject: [PATCH] Correct README.md Wrong environment variable for CORS setup in the docker image. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc019bf..56d3898 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ services: environment: DT_PORT: ${RQ_DEVTOOLS_PORT} SOCKET_PORT: ${RQ_DEVTOOLS_SOCKET_PORT} - SOCKET_CORS: "http://localhost:8102,http://localhost:5173" + CORS_ORIGINS: "http://localhost:8102,http://localhost:5173" ``` ## Contribution