diff --git a/README.md b/README.md index b9501e2..da53e0c 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ The purpose of this service is to use [MOSES](https://github.com/opencog/moses) 2b. Start the docker containers: - $ docker-compose up + $ docker-compose -f docker-compose-dev.yml up - N.B If you make any changes to the code make sure you rerun the containers with `--build` flask. That is, `docker-compose up --build` + N.B If you make any changes to the code make sure you rerun the containers with `--build` flask. That is, `docker-compose -f docker-compose-dev.yml up --build` 3. Open a new terminal and install the python dependencies for running the service client on your local system. Run: diff --git a/config.py b/config.py index 084e458..35cd68e 100644 --- a/config.py +++ b/config.py @@ -35,7 +35,7 @@ DB_NAME = "mozi_snet" -GRPC_HOST = "mozi.ai" +GRPC_HOST = "localhost" GRPC_PORT = "5003" try: