1 parent 9757f73 commit 14051b2Copy full SHA for 14051b2
1 file changed
README.md
@@ -38,18 +38,6 @@ docker run -d \
38
xxcheng123/cloudpan189-share:latest
39
```
40
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
-
53
### 访问系统
54
- Web 界面: `http://服务器IP:12395`
55
- WebDAV 地址: `http://服务器IP:12395/dav`
@@ -68,7 +56,7 @@ http(s)://你的网站地址/dav
68
56
69
57
70
58
### 示例地址
71
-```http
59
+```
72
60
http://localhost:12395/dav
73
61
74
62
0 commit comments