Merge branch 'mate-dev:master' into master

pull/9/head
Jeremiah K 2023-11-27 19:33:33 -06:00 zatwierdzone przez GitHub
commit 4af9e403a6
1 zmienionych plików z 5 dodań i 4 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, with the containers stopped, use these commands to rebuild them:
If modifying the scripts, use these commands to rebuild the containers from scratch:
```
docker system prune -af
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: