9 lines
223 B
Docker
9 lines
223 B
Docker
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
|
|
|