mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-18 20:17:54 +08:00
docker entry point fix for s3
This commit is contained in:
@@ -37,7 +37,7 @@ case "$1" in
|
||||
;;
|
||||
|
||||
's3')
|
||||
ARGS="-domainName='$S3_DOMAIN_NAME' -key.file='$S3_KEY_FILE' -cert.file='$S3_CERT_FILE'"
|
||||
ARGS="-domainName=$S3_DOMAIN_NAME -key.file=$S3_KEY_FILE -cert.file=$S3_CERT_FILE"
|
||||
if [ -n "$FILER_PORT_8888_TCP_ADDR" ] ; then
|
||||
ARGS="$ARGS -filer=$FILER_PORT_8888_TCP_ADDR:$FILER_PORT_8888_TCP_PORT"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user