forked from extern/podman-compose
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"]
|
||
|
|