From ecb9eaa943adb2d1de1bd8d36ecb00b54633786e 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] 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 ```