Make nginx able to load avatars.

This commit is contained in:
Shuai Lin 2016-11-25 16:38:54 +08:00
parent e5865b7f3d
commit e551b10c5d

View file

@ -88,8 +88,6 @@ set_bootstrap_volumes() {
local mounts
init_shared
chmod 0700 $sharedir $dockerdir/bootstrap/
mounts=(
$sharedir:/shared
$sharedir/logs/var-log:/var/log
@ -157,6 +155,8 @@ start() {
exit 0
fi
chmod 0700 $dockerdir/bootstrap $sharedir/seafile/conf
set_existing_container
if [[ $existing != "" ]]; then
show_progress "starting up existing container"