KhaosDoctor
docker compose volumes not mounting files
Thanks! But I think I misspoke a bit. The composer file is fine. The problem is the actual file. The HomeAssistant container creates a volume inside the composer container, this volume should be updated with the files outside of the container when the container starts up, however, the files are not being updated, if I change the file outside (in my own file system) it doesn't update inside, not even if I issue a rebuild or force recreate manually, the only solution I could find is to manually copy using
docker cp
, but I still haven't test file watch mode6 replies