update docker image?

This commit is contained in:
tamaina 2022-01-18 22:41:55 +09:00
parent efb0ffc4ec
commit 5ace1afadd
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@ version: "3"
services: services:
redistest: redistest:
image: redis:4.0-alpine image: redis:6
ports: ports:
- "127.0.0.1:56312:6379" - "127.0.0.1:56312:6379"
dbtest: dbtest:
image: postgres:12.2-alpine image: postgres:13
ports: ports:
- "127.0.0.1:54312:5432" - "127.0.0.1:54312:5432"
environment: environment: