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