mirror of
https://github.com/jorijn/meshcore-stats.git
synced 2026-08-12 11:42:46 +02:00
fix: move serial device config to override file
Docker Compose merges arrays instead of replacing them, so having a default device in docker-compose.yml caused conflicts with override files. Serial device configuration now requires docker-compose.override.yml, which is cleaner since: - Device paths vary per system - TCP transport users don't need devices at all 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Use this file for local development with live code changes.
|
||||
#
|
||||
# Usage:
|
||||
# docker compose -f docker-compose.yml -f docker-compose.development.yml up --build
|
||||
# docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build
|
||||
#
|
||||
# This override:
|
||||
# - Builds the image locally instead of pulling from ghcr.io
|
||||
|
||||
Reference in New Issue
Block a user