docker-compose-sample.yaml comment update

pull/9/head
Jeremiah K 2023-11-28 08:01:25 -06:00
rodzic 6c28f407cb
commit ab741301d8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -27,7 +27,7 @@ services:
- mesh - mesh
entrypoint: [ "bash", "-c", "entrypoint.sh" ] entrypoint: [ "bash", "-c", "entrypoint.sh" ]
environment: environment:
##### Do not change these variables or the scripts will break ##### ##### Do not change these variables or the scripts will break, values will be hardcoded in the future #####
MESHTASTIC_CONNECTION_TYPE: "network" # "serial" or "network" MESHTASTIC_CONNECTION_TYPE: "network" # "serial" or "network"
MESHTASTIC_HOST: "mmrelaydevice" MESHTASTIC_HOST: "mmrelaydevice"
##### Change these variables to your needs ##### ##### Change these variables to your needs #####