-
I'm running nginx-s3-gateway with the following command:
settings.env file content:
Then I open the following link:
and get 404 error. In log I see following lines:
It looks to me like my request doesn't go to the S3 server and is processed inside the container. We are using minio as S3 backend. Does anyone have any ideas what I'm doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hey @dmrlx! Everything seems to be working on our end, but it seems as if you are running into an issue with the Docker image startup scripts. We need a little bit more info before we can try to help more:
|
Beta Was this translation helpful? Give feedback.
This looks similar to nginxinc/docker-nginx#804 and a few others.
Try updating your docker install from
https://docs.docker.com/engine/install/centos/ please.