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

Add 2 missing volumes for blobs
pull/1/head
ansuz 6 years ago committed by GitHub
commit 84e9c9e538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save