mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
Add wireshark in Docker
This commit is contained in:
parent
2fb37ad797
commit
4f1efbb521
2 changed files with 5 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ services:
|
|||
- mongodb
|
||||
- base
|
||||
environment:
|
||||
DB_URI: mongodb://mongodb/nextepc
|
||||
- DB_URI=mongodb://mongodb/nextepc
|
||||
- DISPLAY
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
devices:
|
||||
|
|
@ -65,6 +66,7 @@ services:
|
|||
volumes:
|
||||
- home:/home/${USER}
|
||||
- ${HOME}:/mnt
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||
hostname: nextepc-dev
|
||||
user: ${USER}
|
||||
entrypoint: /bin/bash -c "/bin/bash -c \"$${@}\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue