From 9e303bb209baacc97a68010e91e990e640347ea8 Mon Sep 17 00:00:00 2001 From: Scott Alfter Date: Tue, 5 Mar 2024 15:22:14 -0800 Subject: [PATCH] updated README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c4a6e16..9fba717 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,12 @@ want to process. Articles are cached in /tmp to reduce bandwidth usage and script-processing time. + +Usage (Docker) +-------------- + +A [containerized version](https://gitlab.alfter.us/salfter/fullrss/container_registry) +built on php/fpm-alpine is available. You could spin it up with +/var/www/html in a separate volume, but since this is just a single PHP +script, you can probably get away without it, depending on your webserver. +Mounting /tmp to a tmpfs instance is probably a good idea, too.