compose2kube icon indicating copy to clipboard operation
compose2kube copied to clipboard

Not assuming docker-compose.yml file name

Open filiphaftek opened this issue 8 years ago • 0 comments

When flag -compose-file-path is specified, actually it assumes that it is only the directory name containing docker-compose.yml file. This PR adds the behaviour that other file name can be used instead of default docker-compose.yml i.e. -compose-file-path my_directory/my_compose_file_name.yml.

filiphaftek avatar Nov 11 '16 15:11 filiphaftek