We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e8ae8 commit b92e3deCopy full SHA for b92e3de
autodeploy/readme
@@ -5,11 +5,11 @@ docker run -d --restart=always --name=sss -v {$path}/config.json:/ServerStatus/s
5
6
客户端:
7
8
-wget --no-check-certificate -qO client-linux.py 'https://raw.githubusercontent.com/cppla/ServerStatus/master/clients/client-linux.py' && nohup python client-linux.py SERVER={$SERVER} USER={$USER} >/dev/null 2>&1 &
+wget --no-check-certificate -qO client-linux.py 'https://raw.githubusercontent.com/cppla/ServerStatus/master/clients/client-linux.py' && nohup python client-linux.py SERVER={$SERVER} USER={$USER} PASSWORD={$PASSWORD} >/dev/null 2>&1 &
9
10
11
12
13
14
附: docker安装
15
-curl -sSL https://get.docker.com/ | sh
+curl -sSL https://get.docker.com/ | sh
0 commit comments