Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Set from-scratch and no-save in docker entrypoint
Browse files Browse the repository at this point in the history
Disable disk loading and saving
  • Loading branch information
biinari committed Nov 11, 2021
1 parent ddde6f1 commit 2d3d722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ then
fi

echo "Starting localstripe"
exec localstripe --port "$PORT" --config <<JSON
exec localstripe --port "$PORT" --from-scratch --no-save --config <<JSON
{
"WebhookEndpoints": {
"webhook": {
Expand Down

0 comments on commit 2d3d722

Please sign in to comment.