mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
docs(auto): Update image tag, for release v1.4.0 (#3411)
* Update image tag, for release v1.4.0 * Commit without changing anything.. to trigger workflows on PR 3411 --------- Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
parent
f709d11952
commit
9e23ed1a07
@ -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.2 # (3)
|
||||
image: ghcr.io/mealie-recipes/mealie:v1.4.0 # (3)
|
||||
container_name: mealie
|
||||
ports:
|
||||
- "9925:9000" # (1)
|
||||
|
@ -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.2 # (3)
|
||||
image: ghcr.io/mealie-recipes/mealie:v1.4.0 # (3)
|
||||
container_name: mealie
|
||||
ports:
|
||||
- "9925:9000" # (1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user