DockerCompose
docker compose up
Creates and starts every service defined in a docker-compose.yml file.
Syntax
docker compose up [-d]
Examples
Start all services in the background
docker compose up -dCreates and starts every service defined in a docker-compose.yml file.
docker compose up [-d]
Start all services in the background
docker compose up -d