Bump postgre version in dev compose

Fix postgre ver diff between dev and prod compose
This commit is contained in:
syeopite 2023-10-25 21:16:12 +00:00 committed by GitHub
parent 2414e7db41
commit 3fcd59784d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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