From 066cf29099c031523f570be94315162ca0124080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 1 Aug 2026 05:42:14 +0200 Subject: [PATCH] Fix host configuration in README for socket_proxy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a7a6b..3aa8fa0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ http://localhost:3000 # Go to Settings > Environments: # - Add a new environment or edit the default one # - Set connection type to Direct -# - Set the host to socket:proxy:2375 +# - Set the host to socket_proxy:2375 # - Save the environment ```