Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/docker/docker-compose.yml')
-rw-r--r--build/docker/docker-compose.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/docker/docker-compose.yml b/build/docker/docker-compose.yml
index 8e1f5e19..e1c94452 100644
--- a/build/docker/docker-compose.yml
+++ b/build/docker/docker-compose.yml
@@ -10,6 +10,12 @@ services:
volumes:
- ncdata:/data
- /etc/localtime:/etc/localtime:ro
+ # for nc-encrypt
+ devices:
+ - /dev/fuse:/dev/fuse
+ # for nc-encrypt # NOTE: take a look at this https://github.com/docker/for-linux/issues/321#issuecomment-677744121
+ cap_add:
+ - SYS_ADMIN
container_name: nextcloudpi
volumes: