Docker: where are files stored? #1042
-
Docker: where are the uploaded files stored? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Jocky92,
The default location for local storage is
Yes we support Azure Storage, Google Cloud Storage and Amazon S3 (including all compatible like Digital Ocean). Details in the document linked above.
Files are deleted automatically and entirely when a push expires. There is no retrieving them again from that point. The filenames are even scrubbed from the audit logs. I hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi @Jocky92,
The default location for local storage is
./storage
. Read this documentation for all of the details.Yes we support Azure Storage, Google Cloud Storage and Amazon S3 (including all compatible like Digital Ocean). Details in the document linked above.
Files are deleted automatically and entirely when a push expires. There is no retrieving them again from that point. The filenames are even scrubbed from the audit logs.
I hope this helps!