Skip to content

Commit

Permalink
Align ports with documentation and postman collection. (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
ungana authored May 8, 2024
1 parent 2805c86 commit ff31243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ docker pull mcr.microsoft.com/presidio-analyzer
docker pull mcr.microsoft.com/presidio-anonymizer
# Run containers with default ports
docker run -d -p 5001:3000 mcr.microsoft.com/presidio-analyzer:latest
docker run -d -p 5002:3000 mcr.microsoft.com/presidio-analyzer:latest
docker run -d -p 5002:3000 mcr.microsoft.com/presidio-anonymizer:latest
docker run -d -p 5001:3000 mcr.microsoft.com/presidio-anonymizer:latest
```

### For PII redaction in images
Expand Down

0 comments on commit ff31243

Please sign in to comment.