forked from FoundKeyGang/FoundKey
chore(docker): Use postgresql 12
This commit is contained in:
parent
dfa129febf
commit
2bb0a61a89
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
restart: always
|
restart: always
|
||||||
image: postgres:11.2-alpine
|
image: postgres:12.2-alpine
|
||||||
networks:
|
networks:
|
||||||
- internal_network
|
- internal_network
|
||||||
env_file:
|
env_file:
|
||||||
|
|
Loading…
Reference in a new issue