Skip to content

Commit 4da98d8

Browse files
committed
rename image: vimagick/shadowsocks-libev
1 parent a4e47ff commit 4da98d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
docker-shadowsocks-libev
22
========================
33

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)
55
[![release](https://img.shields.io/github/release/EasyPi/docker-shadowsocks-libev.svg)](https://github.com/EasyPi/docker-shadowsocks-libev/releases/latest)
66

77
[![](http://dockeri.co/image/vimagick/shadowsocks-libev)][11]
@@ -45,7 +45,7 @@ sudo apt-get update
4545
sudo apt-get install shadowsocks-libev
4646
```
4747

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)
4949
5050
## License
5151

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.8"
33
services:
44

55
server:
6-
image: easypi/shadowsocks-libev
6+
image: vimagick/shadowsocks-libev
77
ports:
88
- "8388:8388/tcp"
99
- "8388:8388/udp"
@@ -13,7 +13,7 @@ services:
1313
restart: unless-stopped
1414

1515
client:
16-
image: easypi/shadowsocks-libev
16+
image: vimagick/shadowsocks-libev
1717
command:
1818
ss-local -s 1.2.3.4
1919
-p 8388

0 commit comments

Comments
 (0)