docker-compose.yml报错问题

ERROR: The Compose file './docker-compose.yml' is invalid because:
Invalid top-level property "True". Valid top-level sections for this Compose file are: version, services, networks, volumes, secrets, configs, and extensions starting with "x-".

You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/

解决方案:

全选复制的时候粘贴yml文件的时候可能存在丢字段的问题,我的是把顶部的版本丢了

可以分段复制粘贴。我是这样解决的

 文章来源地址https://uudwc.com/A/P5aXO

原文地址:https://blog.csdn.net/zs1054707910/article/details/127905040

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请联系站长进行投诉反馈,一经查实,立即删除!

上一篇 2023年07月03日 04:18
下一篇 2023年07月03日 04:19