summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorTheFrenchGhosty <TheFrenchGhosty@posteo.is>2022-02-23 21:01:12 +0100
committerTheFrenchGhosty <TheFrenchGhosty@posteo.is>2022-02-23 21:01:12 +0100
commit16530ac6de4579201191314dafece81b7c38472e (patch)
treeb3708ae2cf59e61f8001cf638b42ca6f89f89432 /docker-compose.yml
parenta9d2d2211a777699672519933d50b1f61a570a42 (diff)
downloadinvidious-16530ac6de4579201191314dafece81b7c38472e.tar.gz
invidious-16530ac6de4579201191314dafece81b7c38472e.tar.bz2
invidious-16530ac6de4579201191314dafece81b7c38472e.zip
Move back to a Debian-based Postgres image
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 4205792e..cd1df4ff 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -39,7 +39,7 @@ services:
- invidious-db
invidious-db:
- image: docker.io/library/postgres:14-alpine
+ image: docker.io/library/postgres:14
restart: unless-stopped
volumes:
- postgresdata:/var/lib/postgresql/data