mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-21 21:01:54 +01:00
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"]
|