mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Bump postgre version in dev compose (#4203)
Fix postgre ver diff between dev and prod compose
This commit is contained in:
parent
2414e7db41
commit
8087e64dfe
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ services:
|
||||||
- invidious-db
|
- invidious-db
|
||||||
|
|
||||||
invidious-db:
|
invidious-db:
|
||||||
image: docker.io/library/postgres:13
|
image: docker.io/library/postgres:14
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- postgresdata:/var/lib/postgresql/data
|
- postgresdata:/var/lib/postgresql/data
|
||||||
|
|
Loading…
Reference in a new issue