mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-12 02:04:47 +02:00
7 lines
111 B
YAML
7 lines
111 B
YAML
version: '3'
|
|
services:
|
|
web:
|
|
image: busybox
|
|
command: httpd -f -p 8123 -h /tmp/
|
|
network_mode: host
|