Two containers, one /data, multiple projects

I am running two docker containers with OpenRefine using docker-compose, both have the same /data so I can open project from both OpenRefine instances. Problem is, when I create a project in OpenRefine instance 1 it doens't show up in OpenRefine instance 2, it only does when I restart the container. Is there a way to fix this?

I know it is a bit of a curious setup.

I am running two docker containers with OpenRefine using docker-compose, both have the same /data so I can open project from both OpenRefine instances.

The OpenRefine design and implementation assumes that it has exclusive access to the workspace data directory. If that shared directory is writeable by both OpenRefine instances, you are risking data corruption.

Tom

Yes i know. It's not really a good practice. But I was wondering if there was a way to make OpenRefine see new added projects, now it needs a restart. This way you could provide a way to prepare projects for other users without the need of importing and exporting them.