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