[WebUI] Fix launch problem in docker (#2767) (#2769)

This commit is contained in:
Sukchan Lee 2023-12-04 22:16:10 +09:00 committed by GitHub
parent 83e35bb2de
commit 177e561ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ services:
depends_on:
- mongodb
ports:
- "3000:3000"
- "9999:9999"
environment:
- DB_URI=mongodb://mongodb/open5gs
- WAIT_HOSTS=mongodb:27017

View File

@ -13,4 +13,4 @@ RUN chmod +x /wait
CMD /wait && npm run start
EXPOSE 3000
EXPOSE 9999

View File

@ -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