2016-11-11 04:54:47 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2018-04-12 09:12:43 +00:00
|
|
|
echo "================================================================================================================================="
|
|
|
|
echo "The launcher script is now deprecated. Please see https://github.com/haiwen/seafile-docker/blob/master/upgrade_from_old_format.md"
|
|
|
|
echo "================================================================================================================================="
|
|
|
|
echo
|
|
|
|
echo "Or run this command directly:"
|
|
|
|
echo
|
|
|
|
echo " docker rm -f seafile"
|
2018-05-02 06:19:04 +00:00
|
|
|
echo " docker run -d -it --name seafile -v $PWD/shared:/shared -p 80:80 -p 443:443 seafileltd/seafile"
|
2018-04-12 09:12:43 +00:00
|
|
|
echo
|
|
|
|
echo "================================================================================================================================="
|