Hello @George! It’s possible to connect externally to the wappler-made redis container in docker? I mean, it has no exposed ports and I know it’s convienently possible to connect to it via REDIS-CLI and REDIS LOGS in wappler ui.
What I’m trying to do is to use Redis-Commander https://hub.docker.com/r/rediscommander/redis-commander to connect to the Redis docker container, but it seems to be impossible due to the not-exposed ports.
I already use redis-commander to successfully connect to another redis container I deployed for other stuff in the same Docker CE server.
Thanks!