mirror of
https://github.com/docker/compose.git
synced 2026-02-09 10:09:26 +08:00
15 lines
297 B
YAML
15 lines
297 B
YAML
services:
|
|
test:
|
|
build:
|
|
dockerfile_inline: FROM alpine
|
|
command: ping localhost
|
|
volumes:
|
|
- /data
|
|
develop:
|
|
watch:
|
|
- path: .
|
|
target: /data
|
|
initial_sync: true
|
|
action: sync+exec
|
|
exec:
|
|
command: echo "SUCCESS" |