Rancher-compose doesn't seem to use shm_size

We currently use a docker-compose file with shm_size: 2G in it. When I pass shm_size: 2G to a docker run command this works.

However when I use shm_size: 2G inside a docker-compose file which is processed by rancher-compose the corresponding run statement doesn’t include the SHM setting. Is there something I need to do to get rancher-compose to understand this ?

Thanks, Jeffrey

It’s cause the support in cattle/rancher-compose doesn’t exist yet.