mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-10 16:08:59 +01: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"]
|