diff --git a/ui/src/setupProxy.js b/ui/src/setupProxy.js index a34bfb9e..803b830f 100644 --- a/ui/src/setupProxy.js +++ b/ui/src/setupProxy.js @@ -15,7 +15,7 @@ module.exports = function (app) { agent: agent, }) ); - app.use(createProxyMiddleware("/clipboard", { target: "http://localhost:4444" })); + app.use(createProxyMiddleware("/clipboard", { target: "http://selenoid:4444" })); app.use(createProxyMiddleware("/status", { target: "http://localhost:8080" })); app.use(createProxyMiddleware("/video/", { target: "http://localhost:8080" })); app.use(createProxyMiddleware("/wd/hub/", { target: "http://localhost:8080" }));