switching to borderline vanilla nginx docker image

This commit is contained in:
shockrah 2023-09-10 15:21:27 -07:00
parent 6b75b2534e
commit 50c6bfeac0

View File

@ -1,10 +1,5 @@
FROM ghcr.io/nginxinc/nginx-s3-gateway/nginx-oss-s3-gateway:latest
FROM nginx:latest
COPY nginx.conf /etc/nginx/nginx.conf
# Prepopulate some of the more generic settings for the proxy
ENV AWS_SIGS_VERSION=2 \
S3_STYLE=virtual \
PROVIDE_INDEX_PAGE=true \
S3_SERVER_PORT=443 \
S3_SERVER_PROTO=https \
ALLOW_DIRECTORY_LIST=false