mirror of https://github.com/docker/docs.git
Merge pull request #15572 from abe-101/patch-abe-101
replace deprecated flask debug environment flag
This commit is contained in:
commit
28c3c3fd45
|
@ -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