Creates the docker-compose.dev.yml file of the service
CreateServerDockerComposeDev
updateProperties
parameter.docker-compose.dev.yml
. Our recommendation is not to change the file name
unless it’s specifically required and you understand the impact.CreateServerDockerCompose
event, it makes more sense to replace the whole file with
CreateServerDockerComposeDev
. The reason for that is that in a
docker-compose.dev.yml
file, you usually take the DB image from Docker Hub
and you want to replace the whole file’s content.