2023-02-28 20:20:21 -08:00
|
|
|
FROM ghcr.io/nginxinc/nginx-s3-gateway/nginx-oss-s3-gateway:latest
|
|
|
|
|
ENV AWS_SIGS_VERSION=2 \
|
|
|
|
|
S3_STYLE=virtual \
|
|
|
|
|
PROVIDE_INDEX_PAGE=true \
|
|
|
|
|
S3_SERVER_PORT=443 \
|
|
|
|
|
S3_SERVER_PROTO=https \
|
|
|
|
|
ALLOW_DIRECTORY_LIST=false
|
2023-02-11 21:14:49 -08:00
|
|
|
|