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" }