gilde-ci-cd/test/docker-compose.yml
2022-07-08 09:55:49 +02:00

8 lines
163 B
YAML

services:
hello_world:
image: alpine:latest
command: [ touch, "/tmp/test.log" ]
volumes:
- type: bind
source: /tmp
target: /tmp