Update quassel DB to postgres 14
This commit is contained in:
parent
da41fcd7bc
commit
fbdbc8afb5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ services:
|
||||||
- 4242:4242
|
- 4242:4242
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:12-alpine
|
image: postgres:14-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=quassel
|
- POSTGRES_USER=quassel
|
||||||
|
|
Loading…
Reference in a new issue