Skip to content

Commit

Permalink
docs: update certbot/README.md (#7528)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Aug 22, 2024
1 parent 60ef7ba commit fef4e09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/certbot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Use `docker-compose --profile certbot up` to use this features.
CERTBOT_DOMAIN=your_domain.com
CERTBOT_EMAIL=example@your_domain.com
```
excecute command:
execute command:
```shell
sudo docker network prune
sudo docker-compose --profile certbot up --force-recreate -d
Expand All @@ -30,7 +30,7 @@ Use `docker-compose --profile certbot up` to use this features.
```properties
NGINX_HTTPS_ENABLED=true
```
excecute command:
execute command:
```shell
sudo docker-compose --profile certbot up -d --no-deps --force-recreate nginx
```
Expand Down Expand Up @@ -73,4 +73,4 @@ To use cert files dir `nginx/ssl` as before, simply launch containers WITHOUT `-

```shell
sudo docker-compose up -d
```
```

0 comments on commit fef4e09

Please sign in to comment.