Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
doc: update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 3, 2020
1 parent 3cd8838 commit 758371d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ With Docker:

```bash
# dry run mode
docker run -v $PWD/letsencrypt:/letsencrypt containous/acme-fixer:v0.1.0 -i /letsencrypt/acme.json -d --v2
docker run -v $PWD/letsencrypt:/letsencrypt containous/acme-fixer:v0.1.1 -i /letsencrypt/acme.json -d --v2

# without dry run
docker run -v $PWD/letsencrypt:/letsencrypt containous/acme-fixer:v0.1.0 -i /letsencrypt/acme.json --v2
docker run -v $PWD/letsencrypt:/letsencrypt containous/acme-fixer:v0.1.1 -i /letsencrypt/acme.json --v2
```

0 comments on commit 758371d

Please sign in to comment.