From bea1a592d7775b5f487b77dd1dcf89e405275add Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 10:14:48 -0800 Subject: [PATCH] docs: Update image tag, for release v1.3.2 (#3279) Co-authored-by: hay-kot <64056131+hay-kot@users.noreply.github.com> --- .../docs/documentation/getting-started/installation/postgres.md | 2 +- docs/docs/documentation/getting-started/installation/sqlite.md | 2 +- 2 files 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 73fc734e72df..7e0f33a4277d 100644 --- a/docs/docs/documentation/getting-started/installation/postgres.md +++ b/docs/docs/documentation/getting-started/installation/postgres.md @@ -9,7 +9,7 @@ PostgreSQL might be considered if you need to support many concurrent users. In version: "3.7" services: mealie: - image: ghcr.io/mealie-recipes/mealie:v1.3.1 # (3) + image: ghcr.io/mealie-recipes/mealie:v1.3.2 # (3) container_name: mealie ports: - "9925:9000" # (1) diff --git a/docs/docs/documentation/getting-started/installation/sqlite.md b/docs/docs/documentation/getting-started/installation/sqlite.md index cde9f684a90a..937cb4cd52a1 100644 --- a/docs/docs/documentation/getting-started/installation/sqlite.md +++ b/docs/docs/documentation/getting-started/installation/sqlite.md @@ -13,7 +13,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th version: "3.7" services: mealie: - image: ghcr.io/mealie-recipes/mealie:v1.3.1 # (3) + image: ghcr.io/mealie-recipes/mealie:v1.3.2 # (3) container_name: mealie ports: - "9925:9000" # (1)