docker-compose.yaml 111 B

1234567
  1. services:
  2. simple:
  3. image: alpine:3.14
  4. command: top
  5. another:
  6. image: alpine:3.15
  7. command: top