Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 266 Bytes

File metadata and controls

19 lines (16 loc) · 266 Bytes
  1. spin up the services
docker-compose up -d
  1. in the directory of docker-compose.yml, list services
docker-compose ps -a
  1. logs
docker-compose logs -f
  1. take the service down, remove containers and networks
docker-compose down