nano docker-compose.yml

Compose new or Compose updating existing

docker compose up -d

To start all the services defined in your compose.yaml file:

docker compose up

To stop and remove the running services:

docker compose down

View the logs with

docker compose logs

To lists all the services along with their current status:

docker compose ps