update docs

This commit is contained in:
liamcottle
2024-12-25 20:01:48 +13:00
parent a59781eb59
commit b827f285f4

View File

@@ -4,15 +4,14 @@ services:
image: ghcr.io/liamcottle/reticulum-meshchat:latest image: ghcr.io/liamcottle/reticulum-meshchat:latest
pull_policy: always pull_policy: always
restart: unless-stopped 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: ports:
- 0.0.0.0:8000:8000 - 0.0.0.0:8000:8000
volumes: volumes:
meshchat-config:/config meshchat-config:/config
# Uncomment if you have a USB device connected # Uncomment if you have a USB device connected, such as an RNode
# devices: # devices:
# - /dev/ttyUSB0:/dev/ttyUSB0 # - /dev/ttyUSB0:/dev/ttyUSB0
volumes: volumes:
meshchat-config: meshchat-config: