From 30885e1836d0b8b8fcb1a7a93f99170e378131a1 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sun, 2 Jan 2022 12:24:37 +0100 Subject: [PATCH] change seafile data mount point --- photo/docker-compose.pigallery.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/photo/docker-compose.pigallery.yml b/photo/docker-compose.pigallery.yml index ca40d5c..f0028fe 100755 --- a/photo/docker-compose.pigallery.yml +++ b/photo/docker-compose.pigallery.yml @@ -12,12 +12,13 @@ services: - 80 restart: unless-stopped volumes: + #/app/data/images - pigallery_config:/app/data/config:rw - pigallerydb_data:/app/data/db:rw - pigallery_tmp:/app/data/tmp:rw - type: bind source: ${ROOT_INSTALL}/data/seafile-fuse - target: /app/data/images + target: /seahub bind: propagation: rslave privileged: true