seafile-docker
seafile-docker copied to clipboard
First run fails
trying a simple test with the following run command
docker run \
-v /home/seafile \
-p 127.0.0.1:8000:8000 \
-p 127.0.0.1:8082:8082 \
-ti sunx/seafile
container will exit with the following log
usermod: no changes
uid=2016(seafile) gid=2016(seafile) groups=2016(seafile),2016(seafile)
rm: can't remove '/home/seafile/pids/*': No such file or directory
No previous version on Seafile configurations found, starting seafile configuration...
Enter the name of the server (3 - 15 letters or digits)
[server name ]: seafile
Enter the domain OR ip of the server? (For example: www.mycompany.com, 192.168.1.101)
[ip or domain ]: 192.168.1.101
done
Successly create configuration dir /home/seafile/ccnet.
* ccnet configured successfully
Done.
* seafile configured successfully
* seahub configured successfully
Warning: File comment has changed since version 6.3, while table `base_filecomment` is not migrated yet, please consider migrate it according to v6.3.0 release note, otherwise the file comment feature will not work correctly.
Unknown command: 'syncdb'
Type 'manage.py help' for usage.
Fixed with pull request #16