6 lines
142 B
YAML
6 lines
142 B
YAML
services:
|
|
app:
|
|
build: .
|
|
command: sleep 10001
|
|
stop_signal: SIGKILL # faster shutdown, no reason to wait 10 seconds
|