File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,17 +127,17 @@ HTTP_PORT 程序监听的端口号
127
127
MINDOC_ENABLE_EXPORT 开启导出(默认为false)
128
128
```
129
129
130
- ### 举个栗子-当前(公开)镜像(信息页面: https://cr.console.aliyun.com/images/cn-hangzhou/mindoc-org/mindoc/detail)
130
+ ### 举个栗子-当前(公开)镜像(信息页面: https://cr.console.aliyun.com/images/cn-hangzhou/mindoc-org/mindoc/detail , 需要登录阿里云账号才可访问列表 )
131
131
##### Windows
132
132
``` bash
133
133
set MINDOC=//d/mindoc
134
- docker run -it --name=mindoc --restart=always -v " %MINDOC%" :" /mindoc-sync-host" -p 8181:8181 -e MINDOC_ENABLE_EXPORT=true -d registry.cn-hangzhou.aliyuncs.com/mindoc-org/mindoc:v2.1-beta.4
134
+ docker run -it --name=mindoc --restart=always -v " %MINDOC%" :" /mindoc-sync-host" -p 8181:8181 -e MINDOC_ENABLE_EXPORT=true -d registry.cn-hangzhou.aliyuncs.com/mindoc-org/mindoc:v2.1-beta.5
135
135
```
136
136
137
137
##### Linux、Mac
138
138
``` bash
139
139
export MINDOC=/home/ubuntu/mindoc-docker
140
- docker run -it --name=mindoc --restart=always -v " ${MINDOC} " :" /mindoc-sync-host" -p 8181:8181 -e MINDOC_ENABLE_EXPORT=true -d registry.cn-hangzhou.aliyuncs.com/mindoc-org/mindoc:v2.1-beta.4
140
+ docker run -it --name=mindoc --restart=always -v " ${MINDOC} " :" /mindoc-sync-host" -p 8181:8181 -e MINDOC_ENABLE_EXPORT=true -d registry.cn-hangzhou.aliyuncs.com/mindoc-org/mindoc:v2.1-beta.5
141
141
```
142
142
143
143
##### 举个栗子-更多环境变量示例(镜像已过期,仅供参考,请以当前镜像为准)
You can’t perform that action at this time.
0 commit comments