mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-31 02:59:42 +02:00
Update image tag, for release v1.3.1
This commit is contained in:
parent
b1278b45e2
commit
5bfcb80c98
2 changed files with 2 additions and 2 deletions
|
@ -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.1.0 # (3)
|
||||
image: ghcr.io/mealie-recipes/mealie:v1.3.1 # (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.1.0 # (3)
|
||||
image: ghcr.io/mealie-recipes/mealie:v1.3.1 # (3)
|
||||
container_name: mealie
|
||||
ports:
|
||||
- "9925:9000" # (1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue