mirror of
https://github.com/docker/compose.git
synced 2026-02-09 10:09:26 +08:00
10 lines
185 B
YAML
10 lines
185 B
YAML
services:
|
|
service1:
|
|
image: alpine
|
|
command: /bin/true
|
|
service2:
|
|
image: alpine
|
|
command: ping -c 2 localhost
|
|
pre_stop:
|
|
- command: echo "stop hook running..."
|