ddgo/entrypoint.sh

6 lines
123 B
Bash
Raw Normal View History

2019-11-14 09:13:45 +00:00
#!/bin/bash
# 须以特权模式运行docker run --privileged
sysctl net.core.somaxconn=1024
/usr/local/bin/ddgo $@