rename example docker compose file and fix volume

This commit is contained in:
liamcottle
2024-12-25 20:31:59 +13:00
parent de75123c38
commit e9c2dc1fb7
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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