Docker-Compose file has yaml.scanner.ScannerError

后端 未结 17 2118
情话喂你
情话喂你 2021-02-01 12:04

compose.yml file, which looks like this:

version: \'2\'
services:
  discovery-microservice:
    build: discovery-microservice
      context: /discov         


        
17条回答
  •  猫巷女王i
    2021-02-01 12:45

    Another possible culprit can be stray tabs at the end of the file, which I learned today.

提交回复
热议问题