mirror of
https://github.com/wallabag/docker
synced 2025-12-13 09:46:27 +00: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
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user