mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-16 13:38:30 +02:00
8 lines
97 B
YAML
8 lines
97 B
YAML
services:
|
|
web:
|
|
image: busybox
|
|
command: httpd -f -p 8123 -h /tmp/
|
|
|
|
networks:
|
|
net0: {}
|