mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Move to an Alpine-based Postgres image
This commit is contained in:
parent
7ec88741a6
commit
385fe4be22
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ services:
|
|||
- invidious-postgres
|
||||
|
||||
invidious-postgres:
|
||||
image: postgres:14
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- postgresdata:/var/lib/postgresql/data
|
||||
|
|
Loading…
Reference in a new issue