compose.yaml 167 B

12345678910
  1. services:
  2. test:
  3. image: alpine
  4. container_name: test
  5. command: /bin/true
  6. another_test:
  7. image: alpine
  8. container_name: test
  9. command: /bin/true