mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Stop warning about ".yaml" extension
".yaml" is the preferred extension according to http://www.yaml.org/faq.html Signed-off-by: jake-low <jakelow42@gmail.com>
This commit is contained in:
parent
707281aadb
commit
e760c42ae0
@ -161,11 +161,6 @@ def get_default_config_files(base_dir):
|
||||
log.warn("Found multiple config files with supported names: %s", ", ".join(candidates))
|
||||
log.warn("Using %s\n", winner)
|
||||
|
||||
if winner == 'docker-compose.yaml':
|
||||
log.warn("Please be aware that .yml is the expected extension "
|
||||
"in most cases, and using .yaml can cause compatibility "
|
||||
"issues in future.\n")
|
||||
|
||||
if winner.startswith("fig."):
|
||||
log.warn("%s is deprecated and will not be supported in future. "
|
||||
"Please rename your config file to docker-compose.yml\n" % winner)
|
||||
|
Loading…
x
Reference in New Issue
Block a user