GO Simple Tunnel - a simple tunnel written in golang
276
docker-compose.yml
version: "3"
services:
gost:
container_name: gost
image: soff/gost
ports:
- 8080:8080
restart: always
network_mode: "bridge"
command: -L=:8080
Content type
Image
Digest
Size
11.8 MB
Last updated
over 6 years ago
docker pull soff/gost