diff --git a/docker-compose.yaml b/docker-compose.yaml index f238244..f09ea0c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,4 +2,5 @@ version: '3' services: hello_world: - image: hello-world:latest + image: alpine:latest + command: [/bin/echo, 'Hello world']