Skip to content

Commit

Permalink
Change Docker storage backend to filesystem-nio2
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul committed Jan 29, 2025
1 parent ce80406 commit 0e4ece4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV \
S3PROXY_ENCRYPTED_BLOBSTORE_PASSWORD="" \
S3PROXY_ENCRYPTED_BLOBSTORE_SALT="" \
S3PROXY_READ_ONLY_BLOBSTORE="false" \
JCLOUDS_PROVIDER="filesystem" \
JCLOUDS_PROVIDER="filesystem-nio2" \
JCLOUDS_ENDPOINT="" \
JCLOUDS_REGION="" \
JCLOUDS_REGIONS="us-east-1" \
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/run-docker-container.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

mkdir "${JCLOUDS_FILESYSTEM_BASEDIR}"

exec java \
$S3PROXY_JAVA_OPTS \
-DLOG_LEVEL="${LOG_LEVEL}" \
Expand Down

0 comments on commit 0e4ece4

Please sign in to comment.