haiwen / seafile-docker

A Docker image for Seafile server
Other
544 stars 184 forks source link

Seafile Container stopping directly after starting #159

Closed HaloElite2 closed 5 years ago

HaloElite2 commented 5 years ago

I'm running seafile with docker by the following command:

docker run -d --name seafile \
  -e SEAFILE_SERVER_HOSTNAME=localhost \
  -v /opt/seafile-data:/shared \
  -p 8090:80 \
  seafileltd/seafile:latest 

The setup works perfectly, but directly after starting, the container stops again.

I'm using Ubuntu 18.04 LTS (bionic) without GUI on Odroid and docker version 18.09.5, build e8ff056.

Docker logs seafile provided: exec user process caused "exec format error"