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