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