Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wanna to add workers and fast_open variable #4

Closed
digitaltwt opened this issue Feb 22, 2017 · 4 comments
Closed

Wanna to add workers and fast_open variable #4

digitaltwt opened this issue Feb 22, 2017 · 4 comments

Comments

@digitaltwt
Copy link

I wanna to add workers and fast_open variable, Docker file as follows:
CMD ss-server -s "$SERVER_ADDR"
-p "$SERVER_PORT"
-m "$METHOD"
-k "$PASSWORD"
-t "$TIMEOUT"
-d "$DNS_ADDR"
-u
--fast_open "$OPTIONS"
--workers "$NUM"
Docker-compose file as follows:
environment:
- OPTIONS=true
-NUM=1

But still not work,Please help me,Thanks.

@vimagick
Copy link
Member

vimagick commented Feb 23, 2017

Can you post the logs?

docker-compose logs

@digitaltwt
Copy link
Author

server_1 | 2017-02-23 02:30:47 ERROR: Unrecognized option: (null)
server_1 | ss-server: unrecognized option: workers
server_1 | 2017-02-23 02:30:47 ERROR: Unrecognized option: (null)

@vimagick
Copy link
Member

vimagick commented Feb 23, 2017

ss-server doesn't have the --workers option.
shadowsocks-libev (C) is different from shadowsocks (Python).

@digitaltwt
Copy link
Author

Haha, I see, Thanks. It's my mistake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants