docker-compose-workshop/docker-compose.yaml
2020-07-02 19:29:03 +02:00

9 lines
166 B
YAML

version: '3'
services:
hello_world:
image: alpine:latest
volumes:
- ./hello-world.sh:/opt/hello-world.sh:ro
command: /bin/sh /opt/hello-world.sh