mirror of
https://github.com/containers/podman.git
synced 2025-10-16 02:32:55 +08: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
|