diff --git a/docker-compose.yml b/docker-compose.yml index 5e71294..8dd6888 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,8 +2,7 @@ name: mealie services: mealie: - #image: ghcr.io/mealie-recipes/mealie:v2.5.0 - image: ghcr.io/mealie-recipes/mealie:latest + image: ghcr.io/mealie-recipes/mealie:v2.8.0 container_name: mealie depends_on: db_pg17: @@ -54,7 +53,7 @@ services: - OIDC_ADMIN_GROUP db_pg17: - image: postgres:17 + image: postgres:17.4 container_name: mealie_db_pg17 restart: unless-stopped healthcheck: