--- version: "2" services: test: image: alpine entrypoint: ["/bin/sh","-c"] command: - | echo a echo b echo c