From 37a673b34da5fe44c4e72dbba81e7e3eb4ef17a3 Mon Sep 17 00:00:00 2001 From: Benjamin Pabst Date: Sun, 5 Jun 2022 20:56:01 +0200 Subject: [PATCH] Update postgres to use most recent version (#1347) --- .../documentation/getting-started/installation/postgres.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/documentation/getting-started/installation/postgres.md b/docs/docs/documentation/getting-started/installation/postgres.md index c39eb6e7faf1..602aabe17883 100644 --- a/docs/docs/documentation/getting-started/installation/postgres.md +++ b/docs/docs/documentation/getting-started/installation/postgres.md @@ -10,7 +10,7 @@ version: "3.7" services: mealie-frontend: - image: hkotel/mealie:frontend-v1.0.0-beta-1 + image: hkotel/mealie:frontend-v1.0.0beta-2 container_name: mealie-frontend depends_on: - mealie-api @@ -23,7 +23,7 @@ services: volumes: - mealie-data:/app/data/ # (3) mealie-api: - image: hkotel/mealie:api-v1.0.0-beta-1 + image: hkotel/mealie:api-v1.0.0beta-2 container_name: mealie-api depends_on: - postgres