From b827f285f404336895aeec592b5d8b0e7b82b69d Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 25 Dec 2024 20:01:48 +1300 Subject: [PATCH] update docs --- docker-compose-example.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker-compose-example.yml b/docker-compose-example.yml index e8eae7f..5448f83 100644 --- a/docker-compose-example.yml +++ b/docker-compose-example.yml @@ -4,15 +4,14 @@ services: image: ghcr.io/liamcottle/reticulum-meshchat:latest pull_policy: always restart: unless-stopped - # Make the web interace accessible from the host at 8000. + # Make the meshchat web interface accessible from the host on port 8000 ports: - 0.0.0.0:8000:8000 volumes: meshchat-config:/config - # Uncomment if you have a USB device connected + # Uncomment if you have a USB device connected, such as an RNode # devices: # - /dev/ttyUSB0:/dev/ttyUSB0 volumes: meshchat-config: -