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
|
||||
|
||||
ADD shadowsocks.json /etc/
|
||||
|
||||
VOLUME ["/etc/shadowsocks.json"]
|
||||
|
||||
CMD ssserver -c /etc/shadowsocks.json
|
||||
CMD ssserver -p 8388 -m "aes-256-cfb"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue