From 177e561ba86c35d56ecf44d1775a3f4f03139cce Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Mon, 4 Dec 2023 22:16:10 +0900 Subject: [PATCH] [WebUI] Fix launch problem in docker (#2767) (#2769) --- docker/docker-compose.yml | 2 +- docker/webui/Dockerfile | 2 +- docs/_docs/guide/01-quickstart.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index f6b42456f..01925303b 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -20,7 +20,7 @@ services: depends_on: - mongodb ports: - - "3000:3000" + - "9999:9999" environment: - DB_URI=mongodb://mongodb/open5gs - WAIT_HOSTS=mongodb:27017 diff --git a/docker/webui/Dockerfile b/docker/webui/Dockerfile index 808b3c940..6e9e3a2a4 100644 --- a/docker/webui/Dockerfile +++ b/docker/webui/Dockerfile @@ -13,4 +13,4 @@ RUN chmod +x /wait CMD /wait && npm run start -EXPOSE 3000 +EXPOSE 9999 diff --git a/docs/_docs/guide/01-quickstart.md b/docs/_docs/guide/01-quickstart.md index 32100cccc..c5ec59db1 100644 --- a/docs/_docs/guide/01-quickstart.md +++ b/docs/_docs/guide/01-quickstart.md @@ -224,7 +224,7 @@ Okay - you have installed the software, now what to do with it? Well, there are Out of the box, the default configurations see all of the Open5GS components fully configured for use on a single computer. They are set to communicate with each other using the local loopback address space (`127.0.0.X`). The default addresses for each of the bind interfaces for these components and functions are as follows: ``` -MongoDB = 127.0.0.1 (subscriber data) - http://localhost:3000 +MongoDB = 127.0.0.1 (subscriber data) - http://localhost:9999 MME-s1ap = 127.0.0.2 :36412 for S1-MME MME-gtpc = 127.0.0.2 :2123 for S11