From b7a6bff5aa7d038e172f27058d43285d7f87ca76 Mon Sep 17 00:00:00 2001 From: Jacob Corn Date: Tue, 26 Sep 2023 16:35:23 +0200 Subject: [PATCH] docs: add tag to postgres image (#2575) --- .../docs/documentation/getting-started/installation/postgres.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/documentation/getting-started/installation/postgres.md b/docs/docs/documentation/getting-started/installation/postgres.md index 578349eff27e..f61c81acb2bf 100644 --- a/docs/docs/documentation/getting-started/installation/postgres.md +++ b/docs/docs/documentation/getting-started/installation/postgres.md @@ -43,7 +43,7 @@ services: restart: always postgres: container_name: postgres - image: postgres + image: postgres:15 restart: always volumes: - ./mealie-pgdata:/var/lib/postgresql/data