报红色显示警告信息
解决方法
1 | docker-compose build
2 | docker-compose up --build
WARNING: Found orphan containers (myhost) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
解决办法:
1 | docker-compose up -d --remove-orphans