mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-30 12:24:36 +02:00
docker-compose uses the path to the compose file even if it's symlink to get the context directory. Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
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"
|