Flask/Redis
Signed-off-by: ajeetraina <ajeetraina@gmail.com>
This commit is contained in:
parent
dc571ecd5b
commit
a780126584
@ -24,11 +24,15 @@ services:
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ docker-compose up -d
|
$ docker-compose up -d
|
||||||
|
Creating network "flask-redis_default" with the default driver
|
||||||
|
Pulling redis (redislabs/redismod:)...
|
||||||
...
|
...
|
||||||
...
|
...
|
||||||
Status: Downloaded newer image for python
|
web_1 | WARNING: This is a development server. Do not use it in a production deployment.
|
||||||
Creating flask-redis-web1 ... done
|
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
|
## Expected result
|
||||||
|
Loading…
Reference in New Issue
Block a user