1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

Readme: Fixes link to documentation

This commit is contained in:
Christian Studer
2019-10-30 17:25:17 +01:00
committed by GitHub
parent af075af5d8
commit 45989b38de

View File

@@ -167,7 +167,7 @@ server {
## 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>
```