mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-03 19:50:53 +02:00
5 lines
106 B
YAML
5 lines
106 B
YAML
services:
|
|
web:
|
|
image: busybox
|
|
command: ["/bin/busybox", "httpd", "-f", "-h", ".", "-p", "8004"]
|