mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-13 15:19:53 +02:00
copy config.php earlier so it gets chown-ed to app:app
This commit is contained in:
parent
59a76d4977
commit
688e0ccd11
1 changed files with 3 additions and 2 deletions
|
@ -44,6 +44,9 @@ for d in cache lock feed-icons plugins.local themes.local; do
|
||||||
mkdir -p $DST_DIR/$d
|
mkdir -p $DST_DIR/$d
|
||||||
done
|
done
|
||||||
|
|
||||||
|
cp ${SCRIPT_ROOT}/config.docker.php $DST_DIR/config.php
|
||||||
|
chmod 644 $DST_DIR/config.php
|
||||||
|
|
||||||
chown -R $OWNER_UID:$OWNER_GID $DST_DIR \
|
chown -R $OWNER_UID:$OWNER_GID $DST_DIR \
|
||||||
/var/log/php8
|
/var/log/php8
|
||||||
|
|
||||||
|
@ -64,8 +67,6 @@ elif ! $PSQL -c 'select * from ttrss_version'; then
|
||||||
$PSQL < /var/www/html/tt-rss/schema/ttrss_schema_pgsql.sql
|
$PSQL < /var/www/html/tt-rss/schema/ttrss_schema_pgsql.sql
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp ${SCRIPT_ROOT}/config.docker.php $DST_DIR/config.php
|
|
||||||
|
|
||||||
# this was previously generated
|
# this was previously generated
|
||||||
rm -f $DST_DIR/config.php.bak
|
rm -f $DST_DIR/config.php.bak
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue