The Seafile server is not started when the container is stopped and started. This means you need to enter the container manually and execute a few commands.
I have resolved this issue by delegating the startup process to start.sh and added this script to the Docker execution command.
The Seafile server is not started when the container is stopped and started. This means you need to enter the container manually and execute a few commands.
I have resolved this issue by delegating the startup process to
start.sh
and added this script to the Docker execution command.Please also test this yourself before merging.