mirror of
https://github.com/certd/certd.git
synced 2026-05-18 06:17:31 +08:00
refactor: doc
This commit is contained in:
@@ -78,6 +78,8 @@ docker-compose up -d
|
|||||||
### 4. 访问
|
### 4. 访问
|
||||||
|
|
||||||
http://your_server_ip:7001
|
http://your_server_ip:7001
|
||||||
|
默认账号密码:admin/123456
|
||||||
|
记得修改密码
|
||||||
|
|
||||||
|
|
||||||
## 五、一些说明
|
## 五、一些说明
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
version: '3.3'
|
version: '3.3'
|
||||||
services:
|
services:
|
||||||
certd:
|
certd:
|
||||||
# 镜像 # ↓↓↓↓↓ --- 1、 修改镜像版本号
|
# 镜像 # ↓↓↓↓↓ --- 1、 修改镜像版本号,或者干脆写成latest
|
||||||
image: registry.cn-shenzhen.aliyuncs.com/handsfree/certd:${CERTD_VERSION}
|
image: registry.cn-shenzhen.aliyuncs.com/handsfree/certd:${CERTD_VERSION}
|
||||||
container_name: certd # 容器名
|
container_name: certd # 容器名
|
||||||
restart: unless-stopped # 重启
|
restart: unless-stopped # 重启
|
||||||
|
|||||||
Reference in New Issue
Block a user