1 Commits

Author SHA1 Message Date
ec1da3bb87 Update postgres Docker tag to v18 2025-09-26 08:02:49 +00:00

View File

@@ -2,7 +2,7 @@ name: mealie
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:v3.3.2
image: ghcr.io/mealie-recipes/mealie:v3.2.1
container_name: mealie
depends_on:
db_pg17:
@@ -57,7 +57,7 @@ services:
- oidc_client_secret
db_pg17:
image: postgres:17.6
image: postgres:18.0
container_name: mealie_db_pg17
restart: unless-stopped
healthcheck: