mirror of https://github.com/docker/docs.git
remove deprecated warning
fixes https://github.com/docker/docker.github.io/issues/15571
This commit is contained in:
parent
7cc8e51bde
commit
0b0f0888bd
|
@ -233,7 +233,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- .:/code
|
- .:/code
|
||||||
environment:
|
environment:
|
||||||
FLASK_ENV: development
|
FLASK_DEBUG: True
|
||||||
redis:
|
redis:
|
||||||
image: "redis:alpine"
|
image: "redis:alpine"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue