summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorTheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>2022-04-04 20:36:45 +0000
committerGitHub <noreply@github.com>2022-04-04 20:36:45 +0000
commit2c6cd74dc14b7f94d600bfee08048e2a0e6a0e8d (patch)
tree12bcf00b578e8de7a4d8e5a21598e4517c9a49f2 /docker-compose.yml
parenta2b326e3064a8232e2aa9b07838238ac448ea62f (diff)
downloadinvidious-2c6cd74dc14b7f94d600bfee08048e2a0e6a0e8d.tar.gz
invidious-2c6cd74dc14b7f94d600bfee08048e2a0e6a0e8d.tar.bz2
invidious-2c6cd74dc14b7f94d600bfee08048e2a0e6a0e8d.zip
Set the Postgres version to 13 as a temporary workaround for #2938
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index cd1df4ff..fa14a8e8 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -39,7 +39,7 @@ services:
- invidious-db
invidious-db:
- image: docker.io/library/postgres:14
+ image: docker.io/library/postgres:13
restart: unless-stopped
volumes:
- postgresdata:/var/lib/postgresql/data