mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 19:10:18 +01:00
update docker image?
This commit is contained in:
parent
efb0ffc4ec
commit
5ace1afadd
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue