1 Commits

Author SHA1 Message Date
006fcb9fd7 Update postgres Docker tag to v18 2026-02-27 16:02:35 +00:00

View File

@@ -2,7 +2,7 @@ name: mealie
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:v3.13.1
image: ghcr.io/mealie-recipes/mealie:v3.11.0
container_name: mealie
depends_on:
db_pg17:
@@ -57,7 +57,7 @@ services:
- oidc_client_secret
db_pg17:
image: postgres:17.9
image: postgres:18.3
container_name: mealie_db_pg17
restart: unless-stopped
healthcheck: