Skip to content

Commit ca77684

Browse files
committed
back to using host.docker.internal
1 parent 5362b38 commit ca77684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

payload_filter/nginx/conf.d/default.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ server {
1515
try_files /unknown-file-to-trigger-redirect /$http_x_matching;
1616
}
1717
location /matching {
18-
proxy_pass http://172.17.0.1:5015;
18+
proxy_pass http://host.docker.internal:5015;
1919
}
2020
location /not_matching {
21-
proxy_pass http://172.17.0.1:5066;
21+
proxy_pass http://host.docker.internal:5066;
2222
}
2323

2424
location /ping {

0 commit comments

Comments
 (0)