From e9c2dc1fb713840a40e0389df47e22a17e8e0d7f Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 25 Dec 2024 20:31:59 +1300 Subject: [PATCH] rename example docker compose file and fix volume --- README.md | 2 +- docker-compose-example.yml => docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docker-compose-example.yml => docker-compose.yml (93%) diff --git a/README.md b/README.md index b012a23..bd101b9 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ python meshchat.py --identity-base64 "GCN6mMhVemdNIK/fw97C1zvU17qjQPFTXRBotVckeG ## Running via Docker -A very simple example of a `docker-compose.yml` file can be found [here](./docker-compose-example.yml). +A very simple example of a `docker-compose.yml` file can be found [here](./docker-compose.yml). The reticulum config is auto-generated at startup in the `meshchat-config` volume along with the storage db used by meshchat. diff --git a/docker-compose-example.yml b/docker-compose.yml similarity index 93% rename from docker-compose-example.yml rename to docker-compose.yml index 5448f83..3eff87f 100644 --- a/docker-compose-example.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: ports: - 0.0.0.0:8000:8000 volumes: - meshchat-config:/config + - meshchat-config:/config # Uncomment if you have a USB device connected, such as an RNode # devices: # - /dev/ttyUSB0:/dev/ttyUSB0