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

Update README.md

This commit is contained in:
Kyle Lucy
2018-12-07 22:44:48 -05:00
committed by GitHub
parent 3d3f11fb85
commit 386924f2cc

View File

@@ -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