From 5436e05d0ee2d89ec6854038a674433e7bcba1e1 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Mon, 15 Jan 2024 13:20:56 +1100 Subject: [PATCH] docs: Update image in example compose files (#2992) * Change default image to RC2. Tidy up a bit * Change default image to RC2. Tidy up a bit --- .../documentation/getting-started/installation/postgres.md | 6 ++---- .../documentation/getting-started/installation/sqlite.md | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/docs/documentation/getting-started/installation/postgres.md b/docs/docs/documentation/getting-started/installation/postgres.md index f98f6b22a7ff..0720ef4314a9 100644 --- a/docs/docs/documentation/getting-started/installation/postgres.md +++ b/docs/docs/documentation/getting-started/installation/postgres.md @@ -2,16 +2,14 @@ PostgreSQL might be considered if you need to support many concurrent users. In addition, some features are only enabled on PostgreSQL, such as fuzzy search. -**For Environmental Variable Configuration See:** - -- [Configuration](./backend-config.md) +**For Environment Variable Configuration, see** [Backend Configuration](./backend-config.md) ```yaml --- version: "3.7" services: mealie: - image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC1.1 + image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC2 container_name: mealie ports: - "9925:9000" diff --git a/docs/docs/documentation/getting-started/installation/sqlite.md b/docs/docs/documentation/getting-started/installation/sqlite.md index 5b63f9634149..2487cb2ae533 100644 --- a/docs/docs/documentation/getting-started/installation/sqlite.md +++ b/docs/docs/documentation/getting-started/installation/sqlite.md @@ -2,16 +2,14 @@ SQLite is a popular, open source, self-contained, zero-configuration database that is the ideal choice for Mealie when you have 1-20 Users. Below is a ready to use docker-compose.yaml file for deploying Mealie on your server. -**For Environmental Variable Configuration See:** - -- [Configuration](./backend-config.md) +**For Environment Variable Configuration, see** [Backend Configuration](./backend-config.md) ```yaml --- version: "3.7" services: mealie: - image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC1.1 + image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC2 container_name: mealie ports: - "9925:9000" # (1)