diff --git a/src/actions/main/utils/proxy.ts b/src/actions/main/utils/proxy.ts index e8c5b9e8..08263a45 100644 --- a/src/actions/main/utils/proxy.ts +++ b/src/actions/main/utils/proxy.ts @@ -29,7 +29,7 @@ export const spinUpProxyIfNeeded = ( server { listen ${port}; server_name ${ - appUrlAliasedToLocalhost ? url.host : "localhost" + appUrlAliasedToLocalhost ? url.hostname : "localhost" }; location / { proxy_pass http://${DOCKER_BRIDGE_NETWORK_GATEWAY}:${port};