File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1+ .idea
2+ * .iml
Original file line number Diff line number Diff line change 1- FROM golang:1.17 -alpine AS golang
1+ FROM golang:1.19 -alpine AS golang
22
3- ENV V2RAY_PLUGIN_VERSION v4.44 .0
3+ ENV V2RAY_PLUGIN_VERSION v5.1 .0
44ENV GO111MODULE on
55
66# Build v2ray-plugin
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This Dockerfile build an image for [shadowsocks-libev](https://github.com/shadow
44** Tags:**
55- latest
66 - shadowsocks-libev: v3.3.5
7- - v2ray-plugin: v4.44 .0
7+ - v2ray-plugin: v5.1 .0
88- nightly
99 - shadowsocks-libev: master branch
1010 - v2ray-plugin: master branch
@@ -18,7 +18,7 @@ Get the docker image by running the following commands:
1818docker pull acrisliu/shadowsocks-libev
1919```
2020
21- Start a instance:
21+ Start an instance:
2222
2323``` bash
2424docker run -d --name=shadowsocks-libev -p 8388:8388/tcp -p 8388:8388/udp --restart=always acrisliu/shadowsocks-libev
@@ -102,7 +102,6 @@ For more v2ray-plugin configrations please go to [v2ray plugin docs](https://git
102102## With docker-compose
103103docker-compose.yml:
104104``` yml
105- version : " 3.7"
106105services :
107106 shadowsocks-libev :
108107 container_name : shadowsocks-libev
You can’t perform that action at this time.
0 commit comments