Unpin redis minor version and use alpine variant
This commit is contained in:
parent
3c8562c35c
commit
56ef0a9b42
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ services:
|
||||||
- 127.0.0.1:8000:8000
|
- 127.0.0.1:8000:8000
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:6.0
|
image: redis:6-alpine
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:14-alpine
|
||||||
|
|
Loading…
Reference in a new issue