I upload a text file from my computer successfully, and the text file was saved in minio, but when i start annotation, it appeared that '0: Error occured while dowloading text file'
I open the dev debug tool of brower, i found the sent http request url was 'http://localhost:8085/proxy_to_minio/diffgram-storage/projects/text/1/1_tokens.json?' the server should't be localhost but instead of my host running the container.
the .env:

the web ui capture:

the minio capture:

so can you tell me how to solve this issue?