mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 06:05:54 +03:00
[GH-ISSUE #827] Document persist FileStore #135
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @konne on GitHub (Jun 11, 2022).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/827
Hi,
we have the situation in gitpod that every time we start a new workspace again all docker containers are created from scratch, so it is needed that a docker container stores all his stuff in a persistent volume.
Can you please give me a hint howto to it. I already tried to just bind the /storage folder to a persistent volume but it seams that this is not enough
bye
Konne
@konne commented on GitHub (Jun 11, 2022):
we override the entrypoint and missed the -data /data command
after we added this everything works fine