Update port used by open5gs WebUI
This commit is contained in:
@@ -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}
|
||||
|
@@ -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}
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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}
|
||||
|
@@ -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}
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user