We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
init: false
Using init: false in a docker-compose-override.yml file does not seem to have any effect.
% COMPOSE_FILE=docker-compose.yml:docker-compose-override.yml docker-compose up ... foo-hello-world-1 exited with code 0 % docker inspect foo-hello-world-1 |grep Init "Init": true. # <=== why not false?
docker-compose.yml
services: hello-world: image: hello-world init: true
docker-compose-override.yml:
services: hello-world: init: false
Docker Compose version v2.12.0
docker for Mac
No response
The text was updated successfully, but these errors were encountered:
maybe it is the bug of mergo used by compose-go same problem: darccio/mergo#131
mergo
compose-go
Sorry, something went wrong.
Closing this since compose-spec/compose-go#324 has been merged in the meantime and included in a release of compose-go that Compose is now using.
No branches or pull requests
Description
Using
init: false
in a docker-compose-override.yml file does not seem to have any effect.Steps To Reproduce
docker-compose.yml
docker-compose-override.yml:
Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: