mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-29 11:23:50 +01:00
cb294d7519
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
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
|