version: '3' services: hello_world: image: alpine:latest command: [/bin/echo, 'Hello world']