update docker image?
This commit is contained in:
parent
efb0ffc4ec
commit
5ace1afadd
|
@ -2,12 +2,12 @@ version: "3"
|
|||
|
||||
services:
|
||||
redistest:
|
||||
image: redis:4.0-alpine
|
||||
image: redis:6
|
||||
ports:
|
||||
- "127.0.0.1:56312:6379"
|
||||
|
||||
dbtest:
|
||||
image: postgres:12.2-alpine
|
||||
image: postgres:13
|
||||
ports:
|
||||
- "127.0.0.1:54312:5432"
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue