feat: all cpus reservations to 0.1

This commit is contained in:
Sun-ZhenXing
2026-05-14 16:22:07 +08:00
parent 453a3eab11
commit 53b841926e
274 changed files with 828 additions and 828 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
TZ=UTC
# FRP Client Version
FRPC_VERSION=0.65.0
FRPC_VERSION=0.68.1
# FRP server connection settings
FRP_SERVER_ADDR=127.0.0.1
+1 -1
View File
@@ -125,7 +125,7 @@ Access the admin dashboard at `http://localhost:7400` (default).
### Image Configuration
- `GLOBAL_REGISTRY`: Optional global registry prefix for pulling images
- `FRPC_VERSION`: FRPC image version (default: `0.65.0`)
- `FRPC_VERSION`: FRPC image version (default: `0.68.1`)
- `TZ`: Timezone setting (default: `UTC`)
### Server Connection
+1 -1
View File
@@ -125,7 +125,7 @@ localPort = 3000
### 镜像配置
- `GLOBAL_REGISTRY`:可选的全局镜像仓库前缀
- `FRPC_VERSION`FRPC 镜像版本(默认:`0.65.0`
- `FRPC_VERSION`FRPC 镜像版本(默认:`0.68.1`
- `TZ`:时区设置(默认:`UTC`
### 服务器连接
+1 -1
View File
@@ -9,7 +9,7 @@ x-defaults: &defaults
services:
frpc:
<<: *defaults
image: ${GLOBAL_REGISTRY:-}snowdreamtech/frpc:${FRPC_VERSION:-0.65.0}
image: ${GLOBAL_REGISTRY:-}snowdreamtech/frpc:${FRPC_VERSION:-0.68.1}
ports:
- '${FRP_ADMIN_PORT:-7400}:${FRP_ADMIN_PORT:-7400}'
volumes: