April 2017
Beginner
404 pages
9h 30m
English
If you notice the container names for the preceding file are named using the folder name and name of the service. docker-compose gives you an option to adapt custom container names using the following option.
web: build: . image: webserver:latest ports: - "80:80" Container-name: webcontainer
Read now
Unlock full access