From a7801265849fa632b6444fcd39312c621f6df781 Mon Sep 17 00:00:00 2001 From: ajeetraina Date: Mon, 7 Mar 2022 14:02:24 +0530 Subject: [PATCH] Flask/Redis Signed-off-by: ajeetraina --- flask-redis/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/flask-redis/README.md b/flask-redis/README.md index caf920b..77e504e 100644 --- a/flask-redis/README.md +++ b/flask-redis/README.md @@ -24,11 +24,15 @@ services: ``` $ docker-compose up -d +Creating network "flask-redis_default" with the default driver +Pulling redis (redislabs/redismod:)... ... ... -Status: Downloaded newer image for python -Creating flask-redis-web1 ... done - +web_1 | WARNING: This is a development server. Do not use it in a production deployment. +web_1 | * Running on http://172.19.0.3:5000/ (Press CTRL+C to quit) +web_1 | * Restarting with stat +web_1 | * Debugger is active! +web_1 | * Debugger PIN: 598-320-965 ``` ## Expected result