From ec00e5fd5fcfbfe45f4633cf494714772bb2b367 Mon Sep 17 00:00:00 2001 From: Jeremiah K <17190268+jeremiah-k@users.noreply.github.com> Date: Sun, 26 Nov 2023 21:03:59 -0600 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e40214d..c8a38a3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cd mmrelaynode && git submodule update --init docker compose -f "docker-compose.yaml" up -d --build ``` -If modifying the scripts, with the containers stopped, use these commands to rebuild them: +If modifying the scripts, with the containers stopped, use these commands to rebuild them *(note the first command will remove all stopped containers)*: ``` docker system prune -af From 714b2f64d590730114fbb793a43b41100ab3465c Mon Sep 17 00:00:00 2001 From: Jeremiah K <17190268+jeremiah-k@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:16:37 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8a38a3..4f09590 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ cd mmrelaynode && git submodule update --init docker compose -f "docker-compose.yaml" up -d --build ``` -If modifying the scripts, with the containers stopped, use these commands to rebuild them *(note the first command will remove all stopped containers)*: +If modifying the scripts, use these commands to rebuild the containers from scratch: ``` -docker system prune -af +docker-compose down --volumes docker-compose build --no-cache docker-compose up -d --force-recreate ``` From 0b4dcadb327d0364a0e94c8c01cf6b39dc68389c Mon Sep 17 00:00:00 2001 From: Jeremiah K <17190268+jeremiah-k@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:28:34 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f09590..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, use these commands to rebuild the containers from scratch: ``` -docker-compose down --volumes -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: