Dockerized SSH server access with docker cloudflare tunnel

Hi,
I have Cloudflare tunnel running in a container, also there is another container running ssh server. I want to access the ssh server over the internet, can someone please help me with the setup steps.

You need to make a tunnel that points to ssh://<container name>. This will work as long as the containers is on the same docker network.