File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ RUN apt-get update && \
2929RUN docker-php-ext-install tidy
3030
3131
32- COPY php.ini /usr/local/etc/php/
33-
3432COPY --from=gitsrc /ftr /var/www/html
3533COPY --from=gitconfig /ftr-site-config/.* /ftr-site-config/* /var/www/html/site_config/standard/
3634
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ Not affiliated with [fivefilters.org](http://fivefilters.org/). The Dockerfile i
1616services :
1717 fullfeedrss :
1818 image : ' heussd/fivefilters-full-text-rss:latest'
19+ mem_limit : 2G
20+ restart : always
1921 environment :
2022 # Leave empty to disable admin section
2123 - FTR_ADMIN_PASSWORD=
Original file line number Diff line number Diff line change 11services :
22 fullfeedrss :
33 image : " heussd/fivefilters-full-text-rss:latest"
4+ mem_limit : 2G
5+ restart : always
46 environment :
57 # Leave empty to disable admin section
68 - FTR_ADMIN_PASSWORD=
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments