diff --git a/README.md b/README.md index e40214d..6708a7b 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,15 @@ To build the containers: git clone https://github.com/mate-dev/mmrelaynode.git cd mmrelaynode && git submodule update --init docker compose -f "docker-compose.yaml" up -d --build +docker compose restart ``` -If modifying the scripts, with the containers stopped, use these commands to rebuild them: +If modifying the scripts, use these commands to rebuild the containers from scratch: ``` -docker system prune -af -docker-compose build --no-cache -docker-compose up -d --force-recreate +docker compose down --volumes +docker compose build --no-cache +docker compose up -d --force-recreate ``` Use the following command to see the output of command_wrapper.py & the MESHTASTIC_COMMAND_X commands: