mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-21 21:01:54 +01: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
|