Up
Command to run
docker-compose up -d
-d
detaches the process to run it in the background
To use a specific configuration file
docker-compose -f docker-compose-dev.yml up -d
docker-compose up -d
-d
detaches the process to run it in the background
docker-compose -f docker-compose-dev.yml up -d