mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 18:19:53 +02:00
prevent updater from failing repeatedly on first startup while app volume is not ready
This commit is contained in:
parent
400fd5c1aa
commit
fa73a498a3
3 changed files with 26 additions and 1 deletions
|
@ -9,6 +9,7 @@ RUN apk add --no-cache php7 php7-fpm \
|
|||
git postgresql-client sudo
|
||||
|
||||
ADD startup.sh /
|
||||
ADD updater.sh /
|
||||
ADD index.php /
|
||||
|
||||
RUN sed -i.bak 's/^listen = 127.0.0.1:9000/listen = 9000/' /etc/php7/php-fpm.d/www.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue