Skip to content

Commit

Permalink
Merge pull request #120 from yanlc39/dev/fix_docker_deploy_way
Browse files Browse the repository at this point in the history
簡化 Docker 部署的方式
  • Loading branch information
usual2970 authored Sep 29, 2024
2 parents 49fdf82 + 223af9e commit 5160b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Certimate 旨在为用户提供一个安全、简便的 SSL 证书管理解决

```bash

git clone [email protected]: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

```

Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You can download the precompiled binary files directly from the [Releases page](

```bash

git clone [email protected]: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

```

Expand Down

0 comments on commit 5160b4c

Please sign in to comment.