mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-18 17:31:55 +08:00
Merge pull request #120 from yanlc39/dev/fix_docker_deploy_way
簡化 Docker 部署的方式
This commit is contained in:
commit
5160b4c3d9
@ -45,7 +45,7 @@ Certimate 旨在为用户提供一个安全、简便的 SSL 证书管理解决
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
git clone git@github.com:usual2970/certimate.git && cd certimate/docker && docker compose up -d
|
mkdir -p ~/.certimate && cd ~/.certimate && curl -O https://raw.githubusercontent.com/usual2970/certimate/refs/heads/main/docker/docker-compose.yml && docker compose up -d
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ You can download the precompiled binary files directly from the [Releases page](
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
git clone git@github.com:usual2970/certimate.git && cd certimate/docker && docker compose up -d
|
mkdir -p ~/.certimate && cd ~/.certimate && curl -O https://raw.githubusercontent.com/usual2970/certimate/refs/heads/main/docker/docker-compose.yml && docker compose up -d
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user