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

backups: also backup tt-rss local directories

This commit is contained in:
Andrew Dolgov 2020-09-30 14:59:00 +03:00
parent 707b79b52f
commit 04a5438966
3 changed files with 12 additions and 2 deletions

View file

@ -12,7 +12,7 @@ ADD startup.sh /
ADD updater.sh /
ADD index.php /
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