Currently my docker compose config directs the seafile folder to a volume like so:
volumes:
- /mnt/data1/seafile:/shared/seafile
This creates a folder with 4 directories in it:
I would like to separate the seafile-data
folder from the others. It seems this is possible for logs
by specifying a volume for /shared/logs
, however it does not seem possible to do the same for conf
and ccnet
. Is that the case or is there a way to specify the location of those as well?