mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
Added requirements for bookstack-system-cli
Added required ZIP extension and mariadb-client package to provide mysqldump which is required by the CLI for backing up.
This commit is contained in:
parent
d29c2f1f55
commit
607fecb0bf
@ -31,6 +31,8 @@ RUN \
|
||||
php81-pecl-memcached \
|
||||
php81-phar \
|
||||
php81-tokenizer \
|
||||
php81-zip \
|
||||
mariadb-client \
|
||||
qt5-qtbase \
|
||||
ttf-freefont && \
|
||||
echo "**** configure php-fpm to pass env vars ****" && \
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
# create directory structure
|
||||
mkdir -p \
|
||||
/config/www/{uploads,files,images,themes}
|
||||
/config/www/{uploads,files,images,themes,backups}
|
||||
|
||||
# check for .env and copy default if needed
|
||||
if [[ ! -f "/config/www/.env" ]] || [[ ! -s "/config/www/.env" ]]; then
|
||||
@ -13,6 +13,7 @@ fi
|
||||
# create symlinks
|
||||
symlinks=(
|
||||
/app/www/themes
|
||||
/app/www/storage/backups
|
||||
/app/www/storage/uploads/files
|
||||
/app/www/storage/uploads/images
|
||||
/app/www/public/uploads
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user