Skip to content

Commit

Permalink
fix(blog): fix format error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohai-huang authored Mar 19, 2024
1 parent 96f0b99 commit 60a8a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2023/03-15-host-minio-server/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Use `certbot` to generate TLS certificates.

```bash
docker run -it --rm --name certbot \
-p 80:80 -p 443:443
-p 80:80 -p 443:443 \
-v "/etc/letsencrypt:/etc/letsencrypt" \
certbot/certbot certonly --standalone -d storage.xiaohai-huang.net
```
Expand Down

0 comments on commit 60a8a21

Please sign in to comment.