From 386924f2ccdf3a26469663c9ab29cee011c96c91 Mon Sep 17 00:00:00 2001 From: Kyle Lucy Date: Fri, 7 Dec 2018 22:44:48 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b48df1b..76373d5 100644 --- a/README.md +++ b/README.md @@ -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