1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-07-30 03:49:52 +02:00

backups: also backup tt-rss local directories

This commit is contained in:
Andrew Dolgov 2020-09-30 15:00:22 +03:00
parent b2336cee44
commit 3f6251cf1c
4 changed files with 13 additions and 2 deletions

View file

@ -13,7 +13,7 @@ ADD updater.sh /
ADD index.php /
ADD build-prepare.sh /
ADD dcron.sh /
ADD backup-database.sh /etc/periodic/weekly/backup-database
ADD backup.sh /etc/periodic/weekly/backup
RUN sed -i.bak 's/^listen = 127.0.0.1:9000/listen = 9000/' /etc/php7/php-fpm.d/www.conf
RUN sed -i.bak 's/\(memory_limit =\) 128M/\1 256M/' /etc/php7/php.ini