AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
489 stars 123 forks source link

Add missing nginx volume mapping to docker-compose.yml for ssl. #85

Closed tmciver closed 3 years ago

tmciver commented 3 years ago

Add missing volume mapping for certificates for Nginx container.

namedgraph commented 3 years ago

Good catch! I had this in my docker-compose.override.yml, as well as in the docker-compose.yml used for the HTTP tests (that's why there were passing), but not in the main docker-compose.yml... 🤦