Merge pull request #346 from mcrosson/fix-docker-volumes

Add 2 missing volumes for blobs
This commit is contained in:
ansuz 2019-03-19 16:17:05 +01:00 committed by GitHub
commit 84e9c9e538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,8 @@ VOLUME /cryptpad/blobstage
VOLUME /cryptpad/pins
VOLUME /cryptpad/tasks
VOLUME /cryptpad/block
VOLUME /cryptpad/blob
VOLUME /cryptpad/blobstage
# Required packages
# jq is a build only dependency, removed in cleanup stage