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