mirror of
https://github.com/wallabag/docker
synced 2025-12-13 17:56:31 +00:00
fixed docs to get redis working
thanks to @bobberb for pointing in the right direction.
This commit is contained in:
@@ -66,7 +66,7 @@ $ docker run --name wallabag --link wallabag-db:wallabag-db -e "POSTGRES_PASSWOR
|
||||
To use redis support a linked redis container with the name `redis` is needed.
|
||||
|
||||
```
|
||||
$ docker run -p 6379:6379 redis:alpine redis
|
||||
$ docker run -p 6379:6379 --name redis redis:alpine
|
||||
$ docker run -p 80:80 --link redis:redis wallabag/wallabag
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user