mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
Create themes folder in config folder and symlink to it
This commit is contained in:
parent
5524fa4ad6
commit
38b5546950
@ -8,7 +8,7 @@ fi
|
||||
|
||||
# create directory structure
|
||||
mkdir -p \
|
||||
/config/www/{uploads,files,images}
|
||||
/config/www/{uploads,files,images,themes}
|
||||
|
||||
# check for .env and copy default if needed
|
||||
[[ ! -f "/config/www/.env" ]] && \
|
||||
@ -20,6 +20,7 @@ mkdir -p \
|
||||
|
||||
# create symlinks
|
||||
symlinks=( \
|
||||
/var/www/html/themes \
|
||||
/var/www/html/storage/uploads/files \
|
||||
/var/www/html/storage/uploads/images \
|
||||
/var/www/html/public/uploads \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user