Update README.md

pull/9/head
Jeremiah K 2023-11-27 19:28:34 -06:00 zatwierdzone przez GitHub
rodzic 714b2f64d5
commit 0b4dcadb32
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

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