Commit 2c29e84a authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): removing tshark call from inside the container

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent c910ddb9
...@@ -7,8 +7,7 @@ services: ...@@ -7,8 +7,7 @@ services:
- 80 - 80
- 9090 - 9090
command: > command: >
bash -c "nohup tshark -i eth0 -w /tmp/nrf.pcap 2>&1 > /dev/null & bash -c "/openair-nrf/bin/oai_nrf -c /openair-nrf/etc/nrf.conf -o | tee /tmp/nrf.log 2>&1
/openair-nrf/bin/oai_nrf -c /openair-nrf/etc/nrf.conf -o | tee /tmp/nrf.log 2>&1
" "
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
......
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