ddgo/entrypoint.sh

6 lines
123 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#!/bin/bash
# 须以特权模式运行docker run --privileged
sysctl net.core.somaxconn=1024
/usr/local/bin/ddgo $@