mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-01 12:54:43 +02:00
7 lines
155 B
YAML
7 lines
155 B
YAML
version: '3.6'
|
|
|
|
services:
|
|
web2:
|
|
image: nopush/podman-compose-test
|
|
command: ["dumb-init", "/bin/busybox", "httpd", "-f", "-h", ".", "-p", "8004"]
|