mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-11 23:58:46 +08:00
更新 README.md
This commit is contained in:
10
README.md
10
README.md
@@ -159,7 +159,7 @@ pnpm start
|
|||||||
```bash
|
```bash
|
||||||
docker run -d \
|
docker run -d \
|
||||||
-p 8008:8008 \
|
-p 8008:8008 \
|
||||||
-v /your/local/path:/app/data \
|
-v /your/local/path/data:/app/data \
|
||||||
-v /your/local/path/config:/app/config \
|
-v /your/local/path/config:/app/config \
|
||||||
--name cloud-saver \
|
--name cloud-saver \
|
||||||
jiangrui1994/cloudsaver:latest
|
jiangrui1994/cloudsaver:latest
|
||||||
@@ -170,7 +170,7 @@ docker run -d \
|
|||||||
```bash
|
```bash
|
||||||
docker run -d \
|
docker run -d \
|
||||||
-p 8008:8008 \
|
-p 8008:8008 \
|
||||||
-v /your/local/path:/app/data \
|
-v /your/local/path/data:/app/data \
|
||||||
-v /your/local/path/config:/app/config \
|
-v /your/local/path/config:/app/config \
|
||||||
--name cloud-saver \
|
--name cloud-saver \
|
||||||
jiangrui1994/cloudsaver:test
|
jiangrui1994/cloudsaver:test
|
||||||
@@ -191,7 +191,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8008:8008"
|
- "8008:8008"
|
||||||
volumes:
|
volumes:
|
||||||
- /your/local/path:/app/data
|
- /your/local/path/data:/app/data
|
||||||
- /your/local/path/config:/app/config
|
- /your/local/path/config:/app/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
@@ -207,7 +207,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8008:8008"
|
- "8008:8008"
|
||||||
volumes:
|
volumes:
|
||||||
- /your/local/path:/app/data
|
- /your/local/path/data:/app/data
|
||||||
- /your/local/path/config:/app/config
|
- /your/local/path/config:/app/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
@@ -223,7 +223,7 @@ JWT_SECRET=your_jwt_secret_here
|
|||||||
# Telegram配置
|
# Telegram配置
|
||||||
TELEGRAM_BASE_URL=https://t.me/s
|
TELEGRAM_BASE_URL=https://t.me/s
|
||||||
|
|
||||||
# Telegram频道配置
|
# Telegram频道配置(0.3.0及之后版本无效)
|
||||||
TELE_CHANNELS=[{"id":"xxxx","name":"xxxx资源分享"}]
|
TELE_CHANNELS=[{"id":"xxxx","name":"xxxx资源分享"}]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user