mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-31 07:26:13 +02:00
Merge pull request #965 from mokibit/fix-gidmap-typo
Fix x-podman.gidmap typo
This commit is contained in:
commit
14f39e5b86
@ -1226,7 +1226,7 @@ async def container_to_args(compose, cnt, detached=True):
|
|||||||
if 'x-podman' in cnt:
|
if 'x-podman' in cnt:
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
'Configuration under x-podman has been migrated to x-podman.uidmap and '
|
'Configuration under x-podman has been migrated to x-podman.uidmap and '
|
||||||
'x-podman.gidman fields'
|
'x-podman.gidmap fields'
|
||||||
)
|
)
|
||||||
|
|
||||||
rootfs_mode = False
|
rootfs_mode = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user