mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 15:53:51 +09:00
chore(docker): Use postgresql 12
This commit is contained in:
@ -24,7 +24,7 @@ services:
|
||||
|
||||
db:
|
||||
restart: always
|
||||
image: postgres:11.2-alpine
|
||||
image: postgres:12.2-alpine
|
||||
networks:
|
||||
- internal_network
|
||||
env_file:
|
||||
|
Reference in New Issue
Block a user