docker-compose

1、The Compose file is a YAML file defining version (DEPRECATED), services (REQUIRED), networksvolumesconfigs and secrets. The default path for a Compose file is compose.yaml (preferred) or compose.yml in working directory. Compose implementations SHOULD also support docker-compose.yaml and docker-compose.yml for backward compatibility. If both files exist, Compose implementations MUST prefer canonical compose.yaml one.

posted on 2022-01-13 16:26  martenzzz  阅读(29)  评论(0)    收藏  举报

导航