I have a Redis db running on a Container in my raspberry pi.
I want to expose it in the redis. mycooldomain. com. So I can access when I’m not home.
How can I do that??
I have other services running on the same pi, for example CasaOS and PiHole
And for this services I just did this steps
- Created a tunnel
- Installed the connector on the raspberry pi with the docker command provided by Cloudflare
- Created a public hostname with the “service type” = http and the “url” = localhost:90 for example
but for some reason this doesnt work for a RedisDB that is running on the default redis port 6379