- That does answer on a per service/container, sort of … that part of the documentation doesn’t give a clear example of where to use those parameters. It just lists the parameters as if they are floating around in the file “somewhere”.
and more importantly
- That doesn’t explain how to have the whole definition in the compose restart itself in the same way as when
docker-compose up
was run originally. There are things that defined only in the docker-compose.yml file. How are those handled?
For one example:
What is controlling the depends_on references to make sure the services/containers that are depended on start first and then the ones that depend on start after but not before - as is defined in the docker-compose.yml but is not defined for the container on its own.