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

8 lines
181 B
YAML

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