diff --git a/proxy.conf b/proxy.conf index db0581b..de4af9e 100644 --- a/proxy.conf +++ b/proxy.conf @@ -1,7 +1,7 @@ server { listen 8050; location / { - proxy_pass http://host.docker.internal:8050; + proxy_pass http://localhost:8050; } } @@ -9,7 +9,7 @@ server { listen 3080; location /comicvine-service { - proxy_pass http://host.docker.internal:3080; + proxy_pass http://localhost:3080; } } @@ -17,6 +17,6 @@ server { listen 3000; location /import-service { - proxy_pass http://host.docker.internal:3000; + proxy_pass http://localhost:3000; } } \ No newline at end of file