我正在尝试在 Windows 10 中将 mosquitto 作为 docker 容器运行。下面出现错误日志地址不可用。
1614449526: mosquitto version 2.0.7 starting
1614449526: Config loaded from /mosquitto/config/mosquitto.conf.
1614449526: Starting in local only mode. Connections will only be possible from clients running on this machine.
1614449526: Create a configuration file which defines a listener to allow remote access.
1614449526: Opening ipv4 listen socket on port 1883.
1614449526: Opening ipv6 listen socket on port 1883.
**1614449526: Error: Address not available**
1614449526: mosquitto version 2.0.7 running
Run Code Online (Sandbox Code Playgroud)
谁能建议如何解决这个错误?
谢谢。