July 2017
Beginner to intermediate
358 pages
10h 54m
English
Whenever you run docker-compose, it looks for a file named docker-compose.yml in the current folder as a default file. To specify an alternate file, we can pass the -f argument to compose with a path to the compose file we would like to load:
$ docker-compose -f ./docker-compose.yml up
Read now
Unlock full access