mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
change seafile data mount point
This commit is contained in:
@@ -12,12 +12,13 @@ services:
|
|||||||
- 80
|
- 80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
#/app/data/images
|
||||||
- pigallery_config:/app/data/config:rw
|
- pigallery_config:/app/data/config:rw
|
||||||
- pigallerydb_data:/app/data/db:rw
|
- pigallerydb_data:/app/data/db:rw
|
||||||
- pigallery_tmp:/app/data/tmp:rw
|
- pigallery_tmp:/app/data/tmp:rw
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ${ROOT_INSTALL}/data/seafile-fuse
|
source: ${ROOT_INSTALL}/data/seafile-fuse
|
||||||
target: /app/data/images
|
target: /seahub
|
||||||
bind:
|
bind:
|
||||||
propagation: rslave
|
propagation: rslave
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|||||||
Reference in New Issue
Block a user