From df09a2add8a857987511d8ccb6dfcbbb4c2af5cf Mon Sep 17 00:00:00 2001 From: sam Date: Sat, 14 Sep 2024 18:11:29 +0200 Subject: [PATCH] fix(config): use correct target in example proxy config --- docker/proxy-config.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/proxy-config.example.json b/docker/proxy-config.example.json index 278249b..dbf9482 100644 --- a/docker/proxy-config.example.json +++ b/docker/proxy-config.example.json @@ -1,6 +1,6 @@ { "port": 5003, - "proxy_target": "http://localhost:5000", + "proxy_target": "http://backend:5000", "debug": true, "powered_by": "5 gay rats" }