docker-compose build with file command 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