From ea8becd433088612ff3463a557f7fe2d0de77bb2 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 8 Sep 2026 21:20:39 +0000 Subject: [PATCH] Update compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 5270974..2f57edb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ services: open-seo: image: ${OPEN_SEO_IMAGE:-ghcr.io/every-app/open-seo:latest} restart: unless-stopped - # Forward EVERY .env value into the container. The explicit `environment:` + # Forward EVERY .env value into the containe r. The explicit `environment:` # list below still wins for the values it names — without this, any .env # value not listed there (e.g. OPENROUTER_API_KEY) silently never reached # the app. Compose errors if .env is missing; the quickstart's