remove deprecated warning

fixes https://github.com/docker/docker.github.io/issues/15571
This commit is contained in:
Abe 2022-09-05 14:42:30 -04:00
parent 7cc8e51bde
commit 0b0f0888bd
No known key found for this signature in database
GPG Key ID: 7B605E1EB3F95000
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ services:
volumes:
- .:/code
environment:
FLASK_ENV: development
FLASK_DEBUG: True
redis:
image: "redis:alpine"
```