upgrade to postgres 13 (manual migration)

This commit is contained in:
Florian Zirker 2021-01-09 20:30:27 +01:00
parent 1ff2d4cc00
commit 89303197d2

View file

@ -37,7 +37,7 @@ services:
db:
image: postgres:9.6
image: postgres:13
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}