mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
rename example docker compose file and fix volume
This commit is contained in:
parent
de75123c38
commit
e9c2dc1fb7
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue