codeoutin / seafile7

All in one Docker image for Seafile 7. Includes MariaDB, Memcached and NGINX. Works with Synology!
20 stars 12 forks source link

Enable stopping/starting of container without manual intervention. #2

Open Myridium opened 4 years ago

Myridium commented 4 years ago

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.