Update port used by open5gs WebUI

This commit is contained in:
herlesupreeth
2024-01-25 02:08:27 +05:30
parent 6c61015fd5
commit f12c344441
7 changed files with 12 additions and 12 deletions

View File

@@ -31,9 +31,9 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
expose:
- "3000/tcp"
- "9999/tcp"
ports:
- "3000:3000/tcp"
- "9999:9999/tcp"
networks:
default:
ipv4_address: ${WEBUI_IP}

View File

@@ -31,9 +31,9 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
expose:
- "3000/tcp"
- "9999/tcp"
ports:
- "3000:3000/tcp"
- "9999:9999/tcp"
networks:
default:
ipv4_address: ${WEBUI_IP}

View File

@@ -250,7 +250,7 @@ docker compose -f nr-ue.yaml up -d && docker container attach nr_ue
### Provisioning of SIM information in open5gs HSS as follows:
Open (http://<DOCKER_HOST_IP>:3000) in a web browser, where <DOCKER_HOST_IP> is the IP of the machine/VM running the open5gs containers. Login with following credentials
Open (http://<DOCKER_HOST_IP>:9999) in a web browser, where <DOCKER_HOST_IP> is the IP of the machine/VM running the open5gs containers. Login with following credentials
```
Username : admin
Password : 1423

View File

@@ -68,7 +68,7 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg -
# Get open5gs code and install
RUN git clone --recursive https://github.com/open5gs/open5gs && cd open5gs && \
git checkout tags/v2.7.0 && meson build --prefix=`pwd`/install && \
git checkout dcdfc970cefa00958f3712d3f81893253d5aa5ee && meson build --prefix=`pwd`/install && \
ninja -C build && cd build && ninja install && \
mkdir -p /open5gs/install/include

View File

@@ -31,9 +31,9 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
expose:
- "3000/tcp"
- "9999/tcp"
ports:
- "3000:3000/tcp"
- "9999:9999/tcp"
networks:
default:
ipv4_address: ${WEBUI_IP}

View File

@@ -31,9 +31,9 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
expose:
- "3000/tcp"
- "9999/tcp"
ports:
- "3000:3000/tcp"
- "9999:9999/tcp"
networks:
default:
ipv4_address: ${WEBUI_IP}

View File

@@ -31,9 +31,9 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
expose:
- "3000/tcp"
- "9999/tcp"
ports:
- "3000:3000/tcp"
- "9999:9999/tcp"
networks:
default:
ipv4_address: ${WEBUI_IP}