File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
docker-shadowsocks-libev
2
2
========================
3
3
4
- ![ build ] ( https://github.com/easypi/docker-shadowsocks-libev/actions/workflows/build.yaml/badge.svg )
4
+ [ ![ ] ( https://github.com/easypi/docker-shadowsocks-libev/actions/workflows/build.yaml/badge.svg )] ( https://github.com/EasyPi/docker-shadowsocks-libev )
5
5
[ ![ release] ( https://img.shields.io/github/release/EasyPi/docker-shadowsocks-libev.svg )] ( https://github.com/EasyPi/docker-shadowsocks-libev/releases/latest )
6
6
7
7
[ ![ ] ( http://dockeri.co/image/vimagick/shadowsocks-libev )] [ 11 ]
@@ -45,7 +45,7 @@ sudo apt-get update
45
45
sudo apt-get install shadowsocks-libev
46
46
```
47
47
48
- > Config file format: [ config.json] ( https://shadowsocks.org/en/config/quick- guide.html )
48
+ > Config file format: [ config.json] ( https://shadowsocks.org/guide/configs .html )
49
49
50
50
## License
51
51
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: "3.8"
3
3
services :
4
4
5
5
server :
6
- image : easypi /shadowsocks-libev
6
+ image : vimagick /shadowsocks-libev
7
7
ports :
8
8
- " 8388:8388/tcp"
9
9
- " 8388:8388/udp"
@@ -13,7 +13,7 @@ services:
13
13
restart : unless-stopped
14
14
15
15
client :
16
- image : easypi /shadowsocks-libev
16
+ image : vimagick /shadowsocks-libev
17
17
command :
18
18
ss-local -s 1.2.3.4
19
19
-p 8388
You can’t perform that action at this time.
0 commit comments