Files
compose/pkg/e2e/fixtures/stop/compose.yaml
2025-07-15 11:26:44 +02:00

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..."