docker compose build from docker compose 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