Upgrade postgresql to 13
This commit is contained in:
parent
b8c4da49d6
commit
ceb83047b1
@ -282,7 +282,7 @@ services:
|
|||||||
|
|
||||||
# postgres
|
# postgres
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:10
|
image: postgres:13
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
@ -361,4 +361,3 @@ services:
|
|||||||
- ./iframely/config.local.js:/iframely/config.local.js:ro
|
- ./iframely/config.local.js:/iframely/config.local.js:ro
|
||||||
restart: always
|
restart: always
|
||||||
mem_limit: 200m
|
mem_limit: 200m
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user