feat: let docker deploy way simpley

This commit is contained in:
yanlc39 2024-09-29 17:42:05 +08:00
parent 49fdf8213a
commit 223af9e09d
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ Certimate 旨在为用户提供一个安全、简便的 SSL 证书管理解决
```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
```

View File

@ -47,7 +47,7 @@ You can download the precompiled binary files directly from the [Releases page](
```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
```