corrected docker specific file

This commit is contained in:
Ulf Gebhardt 2022-01-10 07:48:09 +01:00
parent 031987aaab
commit b08b54b0dd
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ server {
proxy_set_header Host $host;
# no trailing slash to keep the hook/ prefix
proxy_pass http://backend:4000;
proxy_pass http://127.0.0.1:4000;
proxy_redirect off;
}

View File

@ -52,7 +52,7 @@ server {
proxy_set_header Host $host;
# no trailing slash to keep the hook/ prefix
proxy_pass http://backend:4000;
proxy_pass http://127.0.0.1:4000;
proxy_redirect off;
}