Skip to content

Commit

Permalink
Fix ports in docs (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
SharonHart authored Jul 4, 2024
1 parent a3a609b commit 2be6de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ docker build ./presidio-anonymizer -t presidio/presidio-anonymizer
And run:

```sh
docker run -d -p 5002:5001 presidio/presidio-anonymizer
docker run -d -p 5001:5001 presidio/presidio-anonymizer
```

---
Expand Down

0 comments on commit 2be6de1

Please sign in to comment.