mirror of
https://github.com/containers/podman-compose.git
synced 2025-03-13 06:29:40 +01:00
8 lines
123 B
YAML
8 lines
123 B
YAML
version: '3.6'
|
|
|
|
services:
|
|
web:
|
|
image: busybox
|
|
command: ["/bin/busybox", "httpd", "-f", "-h", ".", "-p", "8003"]
|
|
|