🧦 Fixed hostnames for docker-compose
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
server {
|
server {
|
||||||
listen 8050;
|
listen 8050;
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://host.docker.internal:8050;
|
proxy_pass http://localhost:8050;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -9,7 +9,7 @@ server {
|
|||||||
listen 3080;
|
listen 3080;
|
||||||
|
|
||||||
location /comicvine-service {
|
location /comicvine-service {
|
||||||
proxy_pass http://host.docker.internal:3080;
|
proxy_pass http://localhost:3080;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -17,6 +17,6 @@ server {
|
|||||||
listen 3000;
|
listen 3000;
|
||||||
|
|
||||||
location /import-service {
|
location /import-service {
|
||||||
proxy_pass http://host.docker.internal:3000;
|
proxy_pass http://localhost:3000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user