mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
14 lines
268 B
YAML
14 lines
268 B
YAML
services:
|
|
test:
|
|
build:
|
|
dockerfile_inline: FROM alpine
|
|
command: ping localhost
|
|
volumes:
|
|
- /data
|
|
develop:
|
|
watch:
|
|
- path: .
|
|
target: /data
|
|
action: sync+exec
|
|
exec:
|
|
command: echo "SUCCESS" |