Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlfredsson committed Mar 15, 2021
1 parent 09c0392 commit 28aa904
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ docker run -it -p 80:80 -p 443:443 \
--name nginx-certbot jonasal/nginx-certbot:local
```

> You should be able to detach from the container by pressing
`Ctrl`+`p`+`Ctrl`+`o`
> You should be able to detach from the container by holding `Ctrl` and pressing
`p` + `q` after each other.


## Run with `docker-compose`
Expand Down Expand Up @@ -301,6 +301,12 @@ This will request new certificates irregardless of then they are set to expire.

# Changelog

### 1.1.0
- Fix that scripts inside [`/docker-entryoint.d/`][16] were never run
([issue #21][21]).
- Fix for issue where the script failed in case the `/etc/letsencrypt/dhparams`
folder was missing ([issue #20][22]).

### 1.0.0
- Move over to [semantic versioning][19].
- The version number will now be given like this: `[MAJOR].[MINOR].[PATCH]`
Expand Down Expand Up @@ -472,3 +478,5 @@ This will request new certificates irregardless of then they are set to expire.
[18]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/bf2c1354f55adffadc13b1f1792e205f9dd25f86
[19]: https://semver.org/
[20]: https://hub.docker.com/r/jonasal/nginx-certbot/tags?page=1&ordering=last_updated
[21]: https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/21
[22]: https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/20

0 comments on commit 28aa904

Please sign in to comment.