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
This commit is contained in:
boc-the-git 2024-01-15 13:20:56 +11:00 committed by GitHub
parent 030588e5bb
commit 5436e05d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 8 deletions

View File

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

View File

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