podman-compose/tests/integration/filesystem/compose_symlink_dest/docker-compose.yml

8 lines
157 B
YAML
Raw Normal View History

version: "3"
services:
container1:
image: nopush/podman-compose-test
command: ["/bin/busybox", "cat", "/file"]
volumes:
- "./file:/file"