1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 16:29:52 +02:00

prevent updater from failing repeatedly on first startup while app volume is not ready

This commit is contained in:
Andrew Dolgov 2020-01-23 12:00:03 +03:00
parent 400fd5c1aa
commit fa73a498a3
3 changed files with 26 additions and 1 deletions

View file

@ -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