haiwen / seafile-docker

A Docker image for Seafile server
Other
545 stars 183 forks source link

Initialization is timing out on Google Cloud free instance #300

Closed QuocAnhVu closed 8 months ago

QuocAnhVu commented 2 years ago

Hi!

I was having trouble initializing Seafile Server on Google Cloud ec2-micro, which is specced for .25 vCPU (AKA 25% compute time). I fixed it by doing one of the initialization steps manually.

I've written a patch to fix this in the entrypoint script: https://github.com/haiwen/seafile-docker/pull/299

Merging this commit will enable a free and hosted usage of Seafile Server on cloud VM instances.

Thank you.