mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
The `name` property at the root level of docker-compose files is only supported in Docker Compose v2+. Older versions (and v1 fallback paths) validate against a JSON schema that rejects it, causing the self-host installer to fail with `(root) Additional property name is not allowed`. To preserve the same project name behavior, pass `-p multica` explicitly in all docker compose invocations. Fixes #1401