mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-22 05:49:04 +01:00
5040a37d47
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
9 lines
253 B
YAML
9 lines
253 B
YAML
version: "3"
|
|
services:
|
|
container1:
|
|
image: nopush/podman-compose-test
|
|
command: ["/bin/bash", "-c", "echo test1; sleep infinity"]
|
|
container2:
|
|
image: nopush/podman-compose-test
|
|
command: ["/bin/bash", "-c", "echo test2; sleep infinity"]
|