为什么我在 Homestead.yaml 设置一个映射端口,启动 Vagrant 就报错了
报错内容如下,C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/2.4.0/psych.rb:377:in
parse': (): did not find expected key while parsing a block mapping at line 2 column 1 (Psych::SyntaxError)`
我是设置以下端口,如果不设置映射,那就可以正常启动,是不是本地防火墙要操作下的?
ports:
- send: 6001
to: 6001- send: 7777
to: 777
protocol: udp