···169169## HMA Development
170170HMA is not started automatically with `npm run up`. Start it separately if you're doing hash matching: `docker compose up --build -d hma`
171171172172-HMA is pre-configured in `server/.env` with `HMA_SERVICE_URL=http://localhost:5000`. No additional environment setup is needed for local development.
172172+HMA is pre-configured in `server/.env` with `HMA_SERVICE_URL=http://localhost:9876`. No additional environment setup is needed for local development.
173173174174### Image URL Accessibility
175175When submitting items to Coop, image URLs must be reachable by the HMA Docker container and not just your browser or the Node.js server.
+1-1
hma/local-entrypoint.sh
···44MIGRATION_COMMAND=1 flask --app OpenMediaMatch.app db upgrade --directory OpenMediaMatch/migrations
5566# Start the Flask application
77-MIGRATION_COMMAND=0 flask --app OpenMediaMatch.app run --host=0.0.0.0 --debug
77+MIGRATION_COMMAND=0 flask --app OpenMediaMatch.app run --host=0.0.0.0 --port=9876 --debug