问题 I have a large Docker project with Dockerfiles for nginx, apache2, varnish, redis configured and working well after weeks of changes and testing. I am now at a point where I setup the projects to use docker-compose and override.yml files for easy setup: I am trying to use the same docker-compose setup for multiple projects (websites) Normal startup (using docker-compose.yml and optional docker-compose.override.yml ) docker-compose up -d Custom startup (using specific docker-compose files)