mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
The walkthrough mounted the volume at /data, but the image's DATA_DIR is /app/data, so the documented docker run never actually persisted the datastore, settings or CA; a recreated container silently lost all state. Correct the mount path, document what lives under /app/data and the cost of losing it, and add a Windows/macOS Docker Desktop note (host networking is Linux-only; publish ports; DNS interception needs :53/:443). The service also logs a clear notice on startup when the data dir looks empty. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>