feat: all cpus reservations to 0.1
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
@@ -73,7 +73,7 @@ services:
|
||||
### 镜像配置
|
||||
|
||||
- `GLOBAL_REGISTRY`:可选的全局镜像仓库前缀
|
||||
- `FRPS_VERSION`:FRPS 镜像版本(默认:`0.65.0`)
|
||||
- `FRPS_VERSION`:FRPS 镜像版本(默认:`0.68.1`)
|
||||
- `TZ`:时区设置(默认:`UTC`)
|
||||
|
||||
### 服务器配置
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user