From 48f45455eceb1f728726ba6be04a1eb5d81ef471 Mon Sep 17 00:00:00 2001 From: Jeremiah K <17190268+jeremiah-k@users.noreply.github.com> Date: Tue, 28 Nov 2023 08:01:25 -0600 Subject: [PATCH] docker-compose-sample.yaml comment update --- docker-compose-sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-sample.yaml b/docker-compose-sample.yaml index b2e2f8a..e79cf4d 100644 --- a/docker-compose-sample.yaml +++ b/docker-compose-sample.yaml @@ -27,7 +27,7 @@ services: - mesh entrypoint: [ "bash", "-c", "entrypoint.sh" ] 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_HOST: "mmrelaydevice" ##### Change these variables to your needs #####