X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fsimulator-group%2Fsimulators-start.sh;h=adcf621906a035660f66fdb62e90884222bac2db;hb=4e489b0ed5a0c06e86ca4fb8a7f187d805a5351d;hp=7f83397354e756daae3dd03da0137655ef15abbb;hpb=9a84f51f7cc05cd21b680f5970c6545c0ca90bf1;p=nonrtric.git diff --git a/near-rt-ric-simulator/simulator-group/simulators-start.sh b/near-rt-ric-simulator/simulator-group/simulators-start.sh index 7f833973..adcf6219 100755 --- a/near-rt-ric-simulator/simulator-group/simulators-start.sh +++ b/near-rt-ric-simulator/simulator-group/simulators-start.sh @@ -3,7 +3,6 @@ DOCKER_SIM_NWNAME="nonrtric-docker-net" echo "Creating docker network $DOCKER_SIM_NWNAME, if needed" docker network ls| grep $DOCKER_SIM_NWNAME > /dev/null || docker network create $DOCKER_SIM_NWNAME - docker-compose -f consul_cbs/docker-compose-template.yml config > docker-compose.yml docker-compose up -d \ No newline at end of file