mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-14 02:30:57 +01:00
8 lines
157 B
YAML
8 lines
157 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
container1:
|
||
|
image: nopush/podman-compose-test
|
||
|
command: ["/bin/busybox", "cat", "/file"]
|
||
|
volumes:
|
||
|
- "./file:/file"
|