mirror of
https://github.com//cppla/ServerStatus
synced 2026-03-26 00:09:49 +08:00
fix bug
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
version: "3"
|
||||
services:
|
||||
serverstatus-client:
|
||||
build:
|
||||
@@ -8,16 +7,17 @@ services:
|
||||
container_name: serverstatus-client
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
pid: host
|
||||
environment:
|
||||
SERVER: "${SERVER:-127.0.0.1}"
|
||||
USER: "${USER:-s01}"
|
||||
PORT: "${PORT:-35601}"
|
||||
PASSWORD: "${PASSWORD:-USER_DEFAULT_PASSWORD}"
|
||||
INTERVAL: "${INTERVAL:-1}"
|
||||
PROBEPORT: "${PROBEPORT:-80}"
|
||||
PROBE_PROTOCOL_PREFER: "${PROBE_PROTOCOL_PREFER:-ipv4}"
|
||||
PING_PACKET_HISTORY_LEN: "${PING_PACKET_HISTORY_LEN:-100}"
|
||||
CU: "${CU:-cu.tz.cloudcpp.com}"
|
||||
CT: "${CT:-ct.tz.cloudcpp.com}"
|
||||
CM: "${CM:-cm.tz.cloudcpp.com}"
|
||||
CLIENT: "${CLIENT:-linux}"
|
||||
SERVER: "${SERVERSTATUS_SERVER:-127.0.0.1}"
|
||||
USER: "${SERVERSTATUS_USER:-s01}"
|
||||
PORT: "${SERVERSTATUS_PORT:-35601}"
|
||||
PASSWORD: "${SERVERSTATUS_PASSWORD:-USER_DEFAULT_PASSWORD}"
|
||||
INTERVAL: "${SERVERSTATUS_INTERVAL:-1}"
|
||||
PROBEPORT: "${SERVERSTATUS_PROBEPORT:-80}"
|
||||
PROBE_PROTOCOL_PREFER: "${SERVERSTATUS_PROBE_PROTOCOL_PREFER:-ipv4}"
|
||||
PING_PACKET_HISTORY_LEN: "${SERVERSTATUS_PING_PACKET_HISTORY_LEN:-100}"
|
||||
CU: "${SERVERSTATUS_CU:-cu.tz.cloudcpp.com}"
|
||||
CT: "${SERVERSTATUS_CT:-ct.tz.cloudcpp.com}"
|
||||
CM: "${SERVERSTATUS_CM:-cm.tz.cloudcpp.com}"
|
||||
CLIENT: "${SERVERSTATUS_CLIENT:-linux}"
|
||||
|
||||
Reference in New Issue
Block a user