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=refs%2Fchanges%2F59%2F2559%2F1;hp=7f83397354e756daae3dd03da0137655ef15abbb;hpb=89e139b32a18dfffe03a25107584e9d9cfa59fda;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