Compare commits

...

1 Commits

Author SHA1 Message Date
Stefan Liebl
46296b23ad hello world 2020-07-02 17:34:14 +02:00

6
docker-compose.yaml Normal file
View File

@ -0,0 +1,6 @@
version: '3'
services:
hello_world:
image: alpine:latest
command: [/bin/echo, 'Hello world']