Move back to a Debian-based Postgres image

このコミットが含まれているのは:
TheFrenchGhosty 2022-02-23 21:01:12 +01:00
コミット 16530ac6de
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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