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 Server Version
FRPS_VERSION=0.65.0
FRPS_VERSION=0.68.1
# Authentication settings
FRP_AUTH_METHOD=token
+1 -1
View File
@@ -73,7 +73,7 @@ services:
### Image Configuration
- `GLOBAL_REGISTRY`: Optional global registry prefix for pulling images
- `FRPS_VERSION`: FRPS image version (default: `0.65.0`)
- `FRPS_VERSION`: FRPS image version (default: `0.68.1`)
- `TZ`: Timezone setting (default: `UTC`)
### Server Configuration
+1 -1
View File
@@ -73,7 +73,7 @@ services:
### 镜像配置
- `GLOBAL_REGISTRY`:可选的全局镜像仓库前缀
- `FRPS_VERSION`FRPS 镜像版本(默认:`0.65.0`
- `FRPS_VERSION`FRPS 镜像版本(默认:`0.68.1`
- `TZ`:时区设置(默认:`UTC`
### 服务器配置
+1 -1
View File
@@ -9,7 +9,7 @@ x-defaults: &defaults
services:
frps:
<<: *defaults
image: ${GLOBAL_REGISTRY:-}snowdreamtech/frps:${FRPS_VERSION:-0.65.0}
image: ${GLOBAL_REGISTRY:-}snowdreamtech/frps:${FRPS_VERSION:-0.68.1}
volumes:
- ./frps.toml:/etc/frp/frps.toml
ports: