Update Dockerfile
This commit is contained in:
parent
e267a804ec
commit
14fdefeb45
1 changed files with 1 additions and 5 deletions
|
@ -6,8 +6,4 @@ RUN pip install shadowsocks
|
||||||
|
|
||||||
EXPOSE 8388
|
EXPOSE 8388
|
||||||
|
|
||||||
ADD shadowsocks.json /etc/
|
CMD ssserver -p 8388 -m "aes-256-cfb"
|
||||||
|
|
||||||
VOLUME ["/etc/shadowsocks.json"]
|
|
||||||
|
|
||||||
CMD ssserver -c /etc/shadowsocks.json
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue