mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
Update to use most recent version (#1346)
This commit is contained in:
parent
abb114c375
commit
3e7b8d4b71
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th
|
|||
version: "3.7"
|
||||
services:
|
||||
mealie-frontend:
|
||||
image: hkotel/mealie:frontend-v1.0.0-beta-1
|
||||
image: hkotel/mealie:frontend-v1.0.0beta2
|
||||
container_name: mealie-frontend
|
||||
environment:
|
||||
# Set Frontend ENV Variables Here
|
||||
|
@ -23,7 +23,7 @@ services:
|
|||
volumes:
|
||||
- mealie-data:/app/data/ # (3)
|
||||
mealie-api:
|
||||
image: hkotel/mealie:api-v1.0.0-beta-1
|
||||
image: hkotel/mealie:api-v1.0.0beta2
|
||||
container_name: mealie-api
|
||||
volumes:
|
||||
- mealie-data:/app/data/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue