mirror of https://github.com/docker/docs.git
Update gettingstarted.md (#16610)
Changed FLASK_DEBUG: True --> FLASK_DEBUG: "true"
This commit is contained in:
parent
02b9c6f99e
commit
710535d5de
|
@ -228,7 +228,7 @@ services:
|
|||
volumes:
|
||||
- .:/code
|
||||
environment:
|
||||
FLASK_DEBUG: True
|
||||
FLASK_DEBUG: "true"
|
||||
redis:
|
||||
image: "redis:alpine"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue