mirror of
https://github.com/wallabag/docker
synced 2025-12-13 09:46:27 +00:00
Merge pull request #169 from cstuder/patch-1
Readme: Fixes link to documentation
This commit is contained in:
@@ -167,7 +167,7 @@ server {
|
|||||||
|
|
||||||
## Import worker
|
## Import worker
|
||||||
|
|
||||||
To run the [async redis import worker](http://doc.wallabag.org/en/master/developer/asynchronous.html#install-redis-for-asynchronous-tasks) use the following command:
|
To run the [async redis import worker](https://doc.wallabag.org/en/admin/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 <type>
|
$ docker run --name wallabag --link wallabag-db:wallabag-db --link redis:redis -e <... your config variables here ...> wallabag/wallabag import <type>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user