Skip to content

Commit 14051b2

Browse files
committed
fix(readme): 修改readme错误
1 parent 9757f73 commit 14051b2

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,6 @@ docker run -d \
3838
xxcheng123/cloudpan189-share:latest
3939
```
4040

41-
### Docker 环境变量
42-
```sh
43-
docker run -d \
44-
--name cloudpan189-share \
45-
-p 12395:12395 \
46-
-v $(pwd)/data:/app/data \
47-
-e PORT=12395 \
48-
-e DB_FILE=/app/data/share.db \
49-
--restart unless-stopped \
50-
xxcheng123/cloudpan189-share:latest
51-
```
52-
5341
### 访问系统
5442
- Web 界面: `http://服务器IP:12395`
5543
- WebDAV 地址: `http://服务器IP:12395/dav`
@@ -68,7 +56,7 @@ http(s)://你的网站地址/dav
6856
```
6957

7058
### 示例地址
71-
```http
59+
```
7260
http://localhost:12395/dav
7361
```
7462

0 commit comments

Comments
 (0)