NGINX running against and S3 bucket mounted with S3FS, for when you can't serve from S3
1.7K
This project is no longer maintained.
You should almost certainly just use S3's ability to serve a static website.
NGINX running against and S3 bucket mounted with S3FS
docker run -it -p 8082:80 --privileged=true -e AWS_BUCKET=my-bucket -e AWSACCESSKEYID=MYKEY -e MYSECRET -e nginx-s3
Currently, NGINX runs as root in the container. This is bad. It's working around an issue with the www-data user not being able to read from and s3fs mounted bucket. It works, but this needs to be fixed.
Content type
Image
Digest
sha256:e9ba3aae1…
Size
180.5 MB
Last updated
over 5 years ago
docker pull deweysasser/nginx-s3