docker-compose.yml 100 B

123456
  1. service_a:
  2. image: busybox:latest
  3. command: top
  4. service_b:
  5. image: busybox:latest
  6. command: top