Skip to content

Commit

Permalink
update it
Browse files Browse the repository at this point in the history
  • Loading branch information
acetcom committed Nov 3, 2022
1 parent e86ba62 commit ea85035
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
- "27017:27017"
volumes:
- mongodb:/data/db
- ../docs/assets/webui/account.js:/docker-entrypoint-initdb.d/account.js:ro

webui:
build: webui
Expand All @@ -17,8 +18,6 @@ services:
- mongodb
ports:
- "3000:3000"
depends_on:
- mongodb
environment:
DB_URI: mongodb://mongodb/open5gs

Expand Down
5 changes: 5 additions & 0 deletions docs/assets/webui/account.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea85035

Please sign in to comment.