mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-27 09:09:05 +01:00
fix broken _dirname
This commit is contained in:
parent
f7ba7ce89f
commit
a29cf06436
@ -431,7 +431,7 @@ def container_to_args(cnt, dirname, podman_path, shared_vols):
|
||||
for i in cnt.get('volumes', []):
|
||||
# TODO: should we make it os.path.realpath(os.path.join(, i))?
|
||||
mount_args = mount_desc_to_args(
|
||||
i, podman_path, cnt['_dirname'],
|
||||
i, podman_path, dirname,
|
||||
cnt['_project'], cnt['_service'], cnt['name'],
|
||||
shared_vols
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user