X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docker-compose%2FREADME.md;h=8fcca7e27c2e6421ac84d9f6a478fb2b9482e37c;hb=HEAD;hp=7b1eee5a313ef91e4c96a5b4373b47cfd2c2cf4f;hpb=5feecd881172a3b22041d35443c1f946e7d5f63e;p=nonrtric.git diff --git a/docker-compose/README.md b/docker-compose/README.md index 7b1eee5a..8fcca7e2 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -65,8 +65,8 @@ All the generated data is shown on the web page By default, if the containers are started up and running by docker-compose file in the same directory, just run commands: ./preparePmsData.sh -prepareEcsData.sh -This is to generate some data into the ECS microservice +prepareIcsData.sh +This is to generate some data into the ICS microservice prepareDmaapMsg.sh This is to generate some data into the Dmaap MR, so that PMS reads message from MR @@ -85,4 +85,4 @@ Make sure to follow the section regarding sample data so there is data available To start all the necessary components, run the following command: -docker-compose -f docker-compose.yaml -f control-panel/docker-compose.yaml -f nonrtric-gateway/docker-compose.yaml -f policy-service/docker-compose.yaml -f ecs/docker-compose.yaml -f a1-sim/docker-compose.yaml up +docker-compose -f docker-compose.yaml -f control-panel/docker-compose.yaml -f nonrtric-gateway/docker-compose.yaml -f policy-service/docker-compose.yaml -f ics/docker-compose.yaml -f a1-sim/docker-compose.yaml up