docker-compose.yml 137 B

123456
  1. simple:
  2. image: busybox:latest
  3. command: sh -c "echo hello && sleep 200"
  4. another:
  5. image: busybox:latest
  6. command: sh -c "echo test"