Merge pull request #120 from yanlc39/dev/fix_docker_deploy_way

簡化 Docker 部署的方式
This commit is contained in:
usual2970 2024-09-30 07:33:27 +08:00 committed by GitHub
commit 5160b4c3d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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
``` ```

View File

@ -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
``` ```