Merge pull request #54 from stevesbrain/launcher-patch

Update launcher
This commit is contained in:
Daniel Pan 2018-05-04 10:54:10 +08:00 committed by GitHub
commit 181dc06553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,6 @@ echo
echo "Or run this command directly:" echo "Or run this command directly:"
echo echo
echo " docker rm -f seafile" echo " docker rm -f seafile"
echo " docker run -d -it --name seafile -v $(dirname $PWD)/shared:/shared -p 80:80 -p 443:443 seafileltd/server" echo " docker run -d -it --name seafile -v $PWD/shared:/shared -p 80:80 -p 443:443 seafileltd/seafile"
echo echo
echo "=================================================================================================================================" echo "================================================================================================================================="