From 1a0eaf471c8cee14227253a78da5df2f9d81bc3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atakan=20=C3=96zceviz?= Date: Wed, 13 Feb 2019 09:34:50 +0100 Subject: [PATCH] Update README --- samples/MicroserviceDemo/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/MicroserviceDemo/README.md b/samples/MicroserviceDemo/README.md index da911b66e8..248a036ff7 100644 --- a/samples/MicroserviceDemo/README.md +++ b/samples/MicroserviceDemo/README.md @@ -13,6 +13,6 @@ $ docker-compose up -d ``` ### Accessing the Web User Interfaces -- AuthServer: `http://127.0.0.1:64899` -- PublicWebsite: `http://127.0.0.1:63897` -- BackendAdminApp: `http://127.0.0.1:63899` \ No newline at end of file +- AuthServer: `http://localhost:64999` +- PublicWebsite: `http://localhost:53435` +- BackendAdminApp: `http://localhost:51954` \ No newline at end of file