mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-02 20:26:16 +02: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', []):
|
for i in cnt.get('volumes', []):
|
||||||
# TODO: should we make it os.path.realpath(os.path.join(, i))?
|
# TODO: should we make it os.path.realpath(os.path.join(, i))?
|
||||||
mount_args = mount_desc_to_args(
|
mount_args = mount_desc_to_args(
|
||||||
i, podman_path, cnt['_dirname'],
|
i, podman_path, dirname,
|
||||||
cnt['_project'], cnt['_service'], cnt['name'],
|
cnt['_project'], cnt['_service'], cnt['name'],
|
||||||
shared_vols
|
shared_vols
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user