haiwen / seafile-docker

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

Docker deployment not working #193

Closed BoHoehne closed 8 months ago

BoHoehne commented 4 years ago

Hello,

I followed the docker deployment documentation and downloaded the provided docker-compose.yml file.

In that file I only edited the paths for the deployment everything else was unchanged.

After docker-compose up I got the following error messages: ... seafile | cp: cannot stat 'ssl.sh': No such file or directory seafile | cp: cannot stat 'start_seafile.py': No such file or directory seafile | cp: cannot stat 'bootstrap.py': No such file or directory seafile | cp: cannot stat 'bootstrap_seafserver.sh': No such file or directory ... seafile | cp: cannot stat 'seahub_settings.py': No such file or directory seafile | sed: can't read /shared/seafile/conf/seahub_settings.py: No such file or directory ... seafile | cp: cannot stat 'seafile.conf': No such file or directory seafile | sed: can't read /shared/seafile/conf/seafile.conf: No such file or directory ... seafile | cp: cannot stat 'ccnet.conf': No such file or directory seafile | sed: can't read /shared/seafile/conf/ccnet.conf: No such file or directory ... seafile exited with code 0

BTW please update the docker documentation to use docker-compose, docker-compose is now the default way of configuration.

Any hints welcome.