mirror of
https://github.com/docker/compose.git
synced 2025-07-31 01:24:15 +02:00
10 lines
163 B
YAML
10 lines
163 B
YAML
services:
|
|
sample:
|
|
image: nginx
|
|
volumes:
|
|
- data:/data
|
|
pre_stop:
|
|
- command: sh -c 'command in error'
|
|
volumes:
|
|
data:
|
|
name: sample-data |