mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-05 12:25:53 +02:00
10 lines
257 B
YAML
10 lines
257 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
|
|
restart: always
|
|
command: ["/bin/bash", "-c", "echo test2"]
|