如何在后台运行 'docker-compose up'
为了在后台运行 docker-compose up,使用
docker_compose_up_detach.sh
docker-compose up -d-d 选项表示 --detach,即进程从你正在运行的前台 shell 中分离。
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow