Open deanpcmad opened 1 year ago
Was also looking for it and found this one: https://hub.docker.com/r/andrewgosselin/tunnelmole-server but it doesn't work.
So I made this: https://hub.docker.com/r/thgh/tunnelmole 🎉
Nice work. In production, I don't use docker as of yet. Instead, I use a plain ubuntu digitalocean droplet, with NodeJS and nginx.
I have added a docker-compose.yml
file which I use for local development. I usually run node directly on my machine, with docker-compose taking care of external dependencies (which is really just mysql at the moment).
Hey, is a Docker image available for this project?