Update README.md

pull/9/head
Jeremiah K 2023-11-27 19:16:37 -06:00 zatwierdzone przez GitHub
rodzic ec00e5fd5f
commit 714b2f64d5
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
```