mirror of
https://github.com/containers/podman.git
synced 2026-04-04 23:13:34 -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
|