From 65b2e2c7a99da2f510330e70689b7085c7e64c34 Mon Sep 17 00:00:00 2001 From: Jan Losinski Date: Tue, 17 Jan 2017 16:01:20 +0100 Subject: [PATCH] Add documentation for the redis worker service Signed-off-by: Jan Losinski --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 852038c..b838c4e 100644 --- a/README.md +++ b/README.md @@ -137,3 +137,11 @@ server { } ``` + +## Importer worker + +To run the [async redis importer worker](http://doc.wallabag.org/en/master/developer/asynchronous.html#install-redis-for-asynchronous-tasks) use the following command: +``` +$ docker run --name wallabag --link wallabag-db:wallabag-db --link redis:redis -e <... your config variables here ...> wallabag/wallabag import +``` +Where type is one of pocket, readability, instapaper, wallabag_v1, wallabag_v2, firefox, chrome.