Hey! I have Just Installed SeaFile Server Professional Version 11, 10, and even 9 inside Docker, But, I can’t seem to get seaf-fuse to work in any of them.
Here is the Output:
root@646f5ecd6658:/opt/seafile/seafile-server-latest# ./seaf-fuse.sh start /fuse/data
Starting seaf-fuse, please wait ...
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'nonempty' mount option
Failed to start seaf-fuse
And here is my DockerFile:
...
volumes:
- /var/www/seafile/seafile-data:/shared
- type: bind
source: /data
target: /fuse/data
bind:
propagation: rshared
privileged: true
cap_add:
- SYS_ADMIN
... *Rest of the File*
It just does not seem to start on versions 11, 10, and 9, does someone have a fix? Thanks!