7 lines
104 B
YAML
7 lines
104 B
YAML
version: '3'
|
|
|
|
services:
|
|
hello_world:
|
|
image: alpine:latest
|
|
command: [/bin/echo, 'Hello world']
|