diff --git a/packages/executor/README.md b/packages/executor/README.md index 8563752f..e0dbc73b 100644 --- a/packages/executor/README.md +++ b/packages/executor/README.md @@ -57,7 +57,7 @@ Run the following command: ```sh cd ../.. # To the root level -docker compose -f docker-compose.yml up -d --build +docker compose up --build mongodb hashi_relayer hashi_executor ``` ### Viewing Logs diff --git a/packages/relayer/README.md b/packages/relayer/README.md index 4bdd1fbc..47befd7a 100644 --- a/packages/relayer/README.md +++ b/packages/relayer/README.md @@ -56,7 +56,7 @@ Run the following command: ```sh cd ../.. # To the root level -docker compose -f docker-compose.yml up -d --build +docker compose up --build mongodb hashi_relayer hashi_executor ``` ### Viewing Logs diff --git a/packages/reporter/README.md b/packages/reporter/README.md index 3909d9ad..68e80f2c 100644 --- a/packages/reporter/README.md +++ b/packages/reporter/README.md @@ -18,10 +18,11 @@ Configure the mode you want to run by editing the variable in `.env` by checking ### Building and Running the Docker Image -On the root's `docker-compose.yml`, remove all the logic unrelated to reporter, and run the following command: +On the root's `docker-compose.yml`, run the following command: ```sh -docker compose -f docker-compose.yml up -d --build +cd ../.. # To the root level +docker-compose up -d --build --no-deps hashi_reporter ``` ### Viewing Logs