执行docker-compose up -d报错

docker-compose.yml文件,内容如下:

ERROR: In file './docker-compose.yml', the service name True must be a quoted string, i.e. 'True' 解决

 

按照提示在

在container_name的值上加上单引号还是不行,直接删除contariner_name就可以了

 

 

相关文章:

  • 2022-01-11
  • 2022-12-23
  • 2021-10-31
  • 2022-01-12
  • 2021-12-18
  • 2021-06-21
  • 2021-11-08
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2021-05-25
相关资源
相似解决方案