Skip to content

Commit

Permalink
[WebUI] Fix launch problem in docker (open5gs#2767) (open5gs#2769)
Browse files Browse the repository at this point in the history
  • Loading branch information
acetcom authored Dec 4, 2023
1 parent 83e35bb commit 177e561
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
depends_on:
- mongodb
ports:
- "3000:3000"
- "9999:9999"
environment:
- DB_URI=mongodb://mongodb/open5gs
- WAIT_HOSTS=mongodb:27017
Expand Down
2 changes: 1 addition & 1 deletion docker/webui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN chmod +x /wait

CMD /wait && npm run start

EXPOSE 3000
EXPOSE 9999
2 changes: 1 addition & 1 deletion docs/_docs/guide/01-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 177e561

Please sign in to comment.