mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-22 05:49:04 +01:00
Fix x-podman.gidmap typo
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
This commit is contained in:
parent
6d8d3e94fe
commit
e799a0b0ea
@ -1226,7 +1226,7 @@ async def container_to_args(compose, cnt, detached=True):
|
||||
if 'x-podman' in cnt:
|
||||
raise ValueError(
|
||||
'Configuration under x-podman has been migrated to x-podman.uidmap and '
|
||||
'x-podman.gidman fields'
|
||||
'x-podman.gidmap fields'
|
||||
)
|
||||
|
||||
rootfs_mode = False
|
||||
|
Loading…
Reference in New Issue
Block a user