7,540
edits
Changes
Docker
,→docker-compose.yml syntax
* '''image''': define the base image of the container. * '''container_name''': define the name of the container that is created for the service.
{{note|
* If the build and the image is both provided, the image will be created with the name given in the image parameter.