In my project i have structure like this one:
I am using unison repeat=watch to sync folders A and B. It's working well when i put something to dir A or B, but when i place a file in folder C it doesnt work. File is visible in B, but not in A. C is mounted as B in docker. C is also AWS EFS share. Im accessing efs through ec2 instance. Docker is running on Fargate.
Can anybody tells me why it doesn't work in this config?