You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your base-compose-override.yml file is invalid. ipam.config must be an array. This also prevents use of !reset here to remove elements in the existing list. You'll have to fully override the config definition
Description
Panic on improper compose override.
Steps To Reproduce
Create file
docker-compose.yml
:Create file
base.yml
:Create file
base-compose-override.yml
:Run
docker compose config
and observe panic:Expected behavior: no panic, error about trying to apply override incorrectly.
Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: