Skip to content

Commit 94460b2

Browse files
committed
Ports changed to 5001
ports originally set by default to 5000 on certain mac OS port 5000 reserved for air drop. Prevented app from starting on that server
1 parent 1801909 commit 94460b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If there is any error when running the applications and the underlying files for
8888

8989
- If you do not, the above docker compose command will not know to rebuild the image and the code changes meant to fix any issues will not be rolled into the existing Docker image!
9090

91-
Your microservice health metrics can now be viewed at the given `CHRONOS_URI` or, preferrably, in the Electron.js desktop application. You can go to `http://localhost:5000/` to log into `Client` to create item, inventory, orders and these requests will be tracked by Chronos.
91+
Your microservice health metrics can now be viewed at the given `CHRONOS_URI` or, preferrably, in the Electron.js desktop application. You can go to `http://localhost:5001/` to log into `Client` to create item, inventory, orders and these requests will be tracked by Chronos.
9292

9393
## To stop and remove containers
9494

0 commit comments

Comments
 (0)