diff options
| author | TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> | 2022-04-04 20:36:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-04 20:36:45 +0000 |
| commit | 2c6cd74dc14b7f94d600bfee08048e2a0e6a0e8d (patch) | |
| tree | 12bcf00b578e8de7a4d8e5a21598e4517c9a49f2 /docker-compose.yml | |
| parent | a2b326e3064a8232e2aa9b07838238ac448ea62f (diff) | |
| download | invidious-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.yml | 2 |
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 |
