docker compose command build code example
Example: docker compose command build
docker-compose up // not run in the background
docker-compose up -d // run in the background
docker-compose up // not run in the background
docker-compose up -d // run in the background