mirror of
https://github.com/containers/podman-compose.git
synced 2025-03-04 18:22:48 +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"]
|
||
|
|