├── Dockerfile ├── README.md ├── nginx.conf.template └── start.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitobotta/docker-tunnel/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitobotta/docker-tunnel/HEAD/README.md -------------------------------------------------------------------------------- /nginx.conf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitobotta/docker-tunnel/HEAD/nginx.conf.template -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitobotta/docker-tunnel/HEAD/start.sh --------------------------------------------------------------------------------