mirror of https://github.com/certd/certd
chore:
parent
0a79c4c717
commit
40f3f06ed3
|
@ -52,7 +52,9 @@ https://docs.docker.com/compose/install/linux/
|
||||||
```bash
|
```bash
|
||||||
mkdir certd
|
mkdir certd
|
||||||
cd certd
|
cd certd
|
||||||
wget https://github.com/certd/certd/blob/v2/docker/run/docker-compose.yaml
|
wget https://raw.githubusercontent.com/certd/certd/v2/docker/run/docker-compose.yaml
|
||||||
|
# 或者使用gitee地址
|
||||||
|
wget https://gitee.com/certd/certd/raw/v2/docker/run/docker-compose.yaml
|
||||||
|
|
||||||
# 根据需要修改里面的配置
|
# 根据需要修改里面的配置
|
||||||
# 1.修改镜像版本号
|
# 1.修改镜像版本号
|
||||||
|
|
Loading…
Reference in New Issue