Bug Fixes
- Change default port from 8000 to 6100 - Internal and external ports now both use 6100
- Fix config settings not persisting - Resolved permission issue with mounted /config volume by removing USER 1000 directive
Changes
- Updated Dockerfile EXPOSE, healthcheck, and CMD to use port 6100
- Updated docker-compose.yml port mapping to 6100:6100
- Container now runs as root to allow writing to mounted volumes
- Updated README with correct port configuration
Full Changelog: v0.2.0...v0.2.1