Files
podman-compose/tests/integration/no_recreate/compose1.yaml
2025-07-04 23:27:50 -06:00

5 lines
106 B
YAML

services:
web:
image: busybox
command: ["/bin/busybox", "httpd", "-f", "-h", ".", "-p", "8004"]