mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
14 lines
248 B
YAML
14 lines
248 B
YAML
version: "3"
|
|
services:
|
|
goproxy:
|
|
image: stilleshan/goproxy
|
|
container_name: goproxy
|
|
network_mode: host
|
|
restart: always
|
|
command:
|
|
- sh
|
|
- -c
|
|
- |
|
|
/proxy http -p :11111 &
|
|
/proxy socks -p :22222
|