To me this sounds like something wrong with docker mounted volumes.
Dockers cannot access each others files/folders by nature.
This means, you have to mount a volume on the host on both dockers, so they can both access it.
Or, you could use another way; on my previous (W10) setup I used the Samba add-on to gain access to my SSL certificates on HA (running on VMWare), which also worked fine
What do you mean by âboth dockers?â I only have the docker container for my HA. Also, HA on Docker doesnât have add-ons, so your method doesnât seem to be an option from my understanding.
I tried creating and mounting a volume with the letsencrypt path. It still didnât work. I got the same error as before. I added the following to the bottom of my docker-compose. It is at the same indentation level as services (which is to say it is not indented at all). It composes and mounts as expected. I can even read the contents of the file from the command line as I could before.