[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