Skip to content

Commit

Permalink
Use port 5001
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Feb 14, 2024
1 parent ff616d4 commit c6854a9
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 @@ -8,7 +8,7 @@ pyxform-http is a Flask-based web service that uses pyxform to convert a XLSForm
# Run locally
```
pip install --requirement requirements.txt
FLASK_APP=app/main.py:app FLASK_DEBUG=1 flask run
FLASK_APP=app/main.py:app FLASK_DEBUG=1 flask run --port=5001
```

# Run in Docker
Expand All @@ -27,4 +27,4 @@ The test script builds, runs, stops, and removes a pyxform-http-tester container

# Notes

* We use port 5001 because 5000 is used by ControlCenter on macOS.
* We use port 5001 because 5000 is used by ControlCenter on macOS.

0 comments on commit c6854a9

Please sign in to comment.