podman-compose/tests/integration/uidmaps/docker-compose.yml
Monika Kairaityte 202c3771a9 test/integration: Automate manual uidmaps test
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
2025-03-04 22:28:50 +02:00

15 lines
243 B
YAML

version: "3.7"
services:
touch:
image: busybox
command: 'touch /mnt/test'
volumes:
- ./:/mnt
user: 999:999
x-podman.uidmaps:
- "0:1:1"
- "999:0:1"
x-podman.gidmaps:
- "0:1:1"
- "999:0:1"