mirror of
https://github.com/Gradiant/5g-images.git
synced 2025-10-23 00:02:08 +00:00
12 lines
201 B
YAML
12 lines
201 B
YAML
version: '3'
|
|
services:
|
|
enodeb:
|
|
image: gradiant/oai-enb:2021.w31
|
|
privileged: true
|
|
volumes:
|
|
- /dev/bus/usb:/dev/bus/usb
|
|
env_file:
|
|
- config/enb/enb.env
|
|
cap_add:
|
|
- all
|