mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Make nginx able to load avatars.
This commit is contained in:
parent
e5865b7f3d
commit
e551b10c5d
4
launcher
4
launcher
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue