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}