mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-23 03:14:01 +00:00
2970420b84
Rootless podman maps container UID 0 to the host user and every other container UID to a subuid that owns nothing in the worktree, so the usual DOCKER_USER=$(id -u):$(id -g) makes every bind mount effectively read-only. Add a compose.podman.yml to override the compose.yml and set `userns_mode: keep-id` in order to map the host user to the same UID and UID inside the container. The merge of the docker compose file is now done with the COMPOSE_FILE environment variable