Skip to content

Commit

Permalink
try without geesefs-mounting icon cache
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Oct 11, 2024
1 parent 05ae466 commit 3c4f57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vaultwarden-fly-io/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if [ "${GEESEFS_ENABLED:-true}" = "true" ]; then
mkdir -p /data/attachments /data/icon_cache /data/sends
GEESEFS_MEMORY_LIMIT=${GEESEFS_MEMORY_LIMIT:-32}
info_run sudo -E geesefs --uid 100 --gid 100 --memory-limit "$GEESEFS_MEMORY_LIMIT" --endpoint "$AWS_ENDPOINT_URL_S3" "$BUCKET_NAME:data/attachments" /data/attachments
info_run sudo -E geesefs --uid 100 --gid 100 --memory-limit "$GEESEFS_MEMORY_LIMIT" --endpoint "$AWS_ENDPOINT_URL_S3" "$BUCKET_NAME:data/icon_cache" /data/icon_cache
# info_run sudo -E geesefs --uid 100 --gid 100 --memory-limit "$GEESEFS_MEMORY_LIMIT" --endpoint "$AWS_ENDPOINT_URL_S3" "$BUCKET_NAME:data/icon_cache" /data/icon_cache
info_run sudo -E geesefs --uid 100 --gid 100 --memory-limit "$GEESEFS_MEMORY_LIMIT" --endpoint "$AWS_ENDPOINT_URL_S3" "$BUCKET_NAME:data/sends" /data/sends
else
warn "GeeseFS is disabled, certain data directories are not persisted."
Expand Down

0 comments on commit 3c4f57f

Please sign in to comment.