我是docker技术的新手,我正在尝试在我的本地构建一个图像,但一直有这个错误。
$ docker-compose up -d
Starting expensesservice_app_1 ...
Starting expensesservice_app_1 ... error
ERROR: for expensesservice_app_1 Cannot start service app: Invalid address xxx.30.0.9: It does not belong to any of this network's subnets
ERROR: for app Cannot start service app: Invalid address xxx.30.0.9: It does not belong to any of this network's subnets
Encountered errors while bringing up the project.
我该如何解决这个问题?