podman-compose/tests/integration/lifetime/up_single_container_many_times/docker-compose.yml

10 lines
256 B
YAML
Raw Normal View History

version: "3"
services:
container1:
image: nopush/podman-compose-test
command: ["/bin/bash", "-c", "echo test1; sleep infinity"]
container2:
image: nopush/podman-compose-test
restart: never
command: ["/bin/bash", "-c", "echo test2"]