Flask/Redis

Signed-off-by: ajeetraina <ajeetraina@gmail.com>
This commit is contained in:
ajeetraina 2022-03-07 14:02:24 +05:30
parent 462087b2ab
commit 183a88aa5f

View File

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