mirror of
https://github.com/containers/podman.git
synced 2026-03-28 11:33:11 -04:00
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
|