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

17
docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
services:
reticulum-meshchat:
container_name: reticulum-meshchat
image: ghcr.io/liamcottle/reticulum-meshchat:latest
pull_policy: always
restart: unless-stopped
# 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, such as an RNode
# devices:
# - /dev/ttyUSB0:/dev/ttyUSB0
volumes:
meshchat-config: