mirror of
https://github.com/wallabag/docker.git
synced 2025-12-21 19:27:35 +01:00
Update README.md
This commit is contained in:
@ -74,7 +74,7 @@ $ docker run --name wallabag --link wallabag-db:wallabag-db -e "POSTGRES_PASSWOR
|
|||||||
|
|
||||||
## Redis
|
## Redis
|
||||||
|
|
||||||
To use redis with a linked redis container with the name `redis` is needed and none of the `REDIS` environmental variables are needed:
|
To use redis with a Docker link, a redis container with the name `redis` is needed and none of the `REDIS` environmental variables are needed:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker run -p 6379:6379 --name redis redis:alpine
|
$ docker run -p 6379:6379 --name redis redis:alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user