Move to an Alpine-based Postgres image

このコミットが含まれているのは:
TheFrenchGhosty 2022-02-22 02:43:25 +01:00
コミット 385fe4be22
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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