Docker Compose Error - Local registry / Isolated Server

Can you repost this as Preformated text block (look for the </> icon in the edit navigation)?
I assume the yaml content underneath the volume declaration is supposed to be a configuration file for the registry? Please split it out to a new Preformated text block - furthermore your volume container path does not match the paths you use in the config yaml.

Further observations:

  • you are using a very old algorithm to generate your certificates. I am not sure if they are supoprted with tls1.2 or tls1.3. You might want to use something more recent.
  • If you use a domain name as SAN, and access the service using it’s ip, then of course the certificate will not match the URL used to access it - I already addressed this in my last response.