Bump postgre version in dev compose (#4203)

Fix postgre ver diff between dev and prod compose
pull/4222/head
syeopite 7 months ago committed by GitHub
parent 2414e7db41
commit 8087e64dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ services:
- invidious-db
invidious-db:
image: docker.io/library/postgres:13
image: docker.io/library/postgres:14
restart: unless-stopped
volumes:
- postgresdata:/var/lib/postgresql/data

Loading…
Cancel
Save