Update README.md

pull/5/head
Jeremiah K 2023-11-27 19:16:37 -06:00 zatwierdzone przez GitHub
rodzic 4d0b0f3043
commit ecb9eaa943
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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
```