Docker Compose
Docker Compose does not support circular extends references
Docker Compose found a circular reference between services that use extends, so the configuration graph cannot be resolved safely.
Docker Compose
Docker Compose found a circular reference between services that use extends, so the configuration graph cannot be resolved safely.
Observed message
Circular references with `extends` are not supported
Why it happens
How to fix it
Official reference
Docker Docs: Compose file servicesRelated errors
Explore more