Skip to content

Commit 7e99889

Browse files
dekobonCopilot
andauthored
Update common/docker-entrypoint.d/00-check-for-required-env.sh
Co-authored-by: Copilot <[email protected]>
1 parent 5ae109f commit 7e99889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/docker-entrypoint.d/00-check-for-required-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ failed=0
2424

2525
required=("S3_BUCKET_NAME" "S3_SERVER" "S3_SERVER_PORT" "S3_SERVER_PROTO"
2626
"S3_REGION" "S3_STYLE" "ALLOW_DIRECTORY_LIST" "AWS_SIGS_VERSION"
27-
"CORS_ENABLED" "PROXY_CACHE_USE_STALE")
27+
"CORS_ENABLED")
2828

2929
# Require some form of authentication to be configured.
3030

0 commit comments

Comments
 (0)