Commit 66518855 authored by Reem Bahsoun's avatar Reem Bahsoun

removed unnecessary volumes in docker-compose.yaml

parent 61bada11
......@@ -53,14 +53,10 @@ services:
stdin_open: true
tty: true
volumes:
- /lib/modules:/lib/modules
- /dev/hugepages:/dev/hugepages
- /usr/src:/usr/src
- ~/share:/opt/nvidia/cuBB/share
- ../../conf_files/vnf.sa.band78.fr1.273PRB.Aerial.conf:/opt/oai-gnb/etc/gnb.conf
container_name: oai-gnb-aerial
healthcheck:
test: /bin/bash -c "ps aux | grep -v grep | grep -c softmodem"
interval: 10s
timeout: 5s
retries: 5
\ No newline at end of file
retries: 5
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment