This commit is contained in:
Alex55 2026-03-19 10:26:27 +02:00
parent d759ff220c
commit 8c9d64cc23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ server {
}
location / {
proxy_pass http://flask:5205;
proxy_pass http://host.docker.internal:5205;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;