upgrade to postgres 13 (manual migration)
This commit is contained in:
parent
1ff2d4cc00
commit
89303197d2
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ services:
|
||||||
|
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:9.6
|
image: postgres:13
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=${POSTGRES_USER}
|
- POSTGRES_USER=${POSTGRES_USER}
|
||||||
|
|
Loading…
Reference in a new issue