mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-31 02:59:42 +02:00
Merge branch 'mealie-recipes:mealie-next' into postgres-url-feature
This commit is contained in:
commit
1ce760ec7e
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ PostgreSQL might be considered if you need to support many concurrent users. In
|
|||
```yaml
|
||||
services:
|
||||
mealie:
|
||||
image: ghcr.io/mealie-recipes/mealie:v1.3.2 # (3)
|
||||
image: ghcr.io/mealie-recipes/mealie:v1.4.0 # (3)
|
||||
container_name: mealie
|
||||
restart: always
|
||||
ports:
|
||||
|
|
|
@ -11,7 +11,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th
|
|||
```yaml
|
||||
services:
|
||||
mealie:
|
||||
image: ghcr.io/mealie-recipes/mealie:v1.3.2 # (3)
|
||||
image: ghcr.io/mealie-recipes/mealie:v1.4.0 # (3)
|
||||
container_name: mealie
|
||||
restart: always
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue