Is it possible to set a different UID and GID in docker compose? If I add the command `user: $(id -u):$(id -g)` with a UID not belonging to a root user Podsync cannot access to the file. Thanks