Configuration yaml file location on HA docker container Qnap server

I installed HA core on container Qnap NAS. All in default when I run installation. Now need to access configuration.yaml manually.

Looked around and still stuck. suppose on /config folder. However, I can’t find the folder. Qnap NAS auto created share. However, no way to find the right folder.

You should map your /config to a known folder on your NAS. I do it like this on my QNAP:

volumes:
      - /share/container/service:/config

and I have a shared folder named container:
image

1 Like

try to find where is config folder on Qnap server

You create the folder and map to it. In my example over the folder is /share/container/service and the /config in the container stores its config there.

thanks found it to overlay folder