mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 14:39:53 +02:00
revise previous (again)
This commit is contained in:
parent
46a7d19374
commit
95ac4a70f9
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@ while ! pg_isready -h $TTRSS_DB_HOST -U $TTRSS_DB_USER; do
|
|||
sleep 3
|
||||
done
|
||||
|
||||
DST_DIR=/var/www/html/tt-rss
|
||||
|
||||
sed -i.bak "s/^\(memory_limit\) = \(.*\)/\1 = ${PHP_WORKER_MEMORY_LIMIT}/" \
|
||||
/etc/php8/php.ini
|
||||
|
||||
DST_DIR=/var/www/html/tt-rss
|
||||
|
||||
while [ ! -s $DST_DIR/config.php -a -e $DST_DIR/.app_is_ready ]; do
|
||||
echo waiting for app container...
|
||||
sleep 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue