Help configuring https using docker-compose #7725
Unanswered
dr-kristau
asked this question in
Help / Questions
Replies: 1 comment
-
|
Your issue is a database connection problem, not a SSL certificate problem. Fix your database connection first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using wiki.js successfully for a few months, and have it configured in a docker-compose.yaml file. I now need to enable https, but I need some help getting it working.
I've made changes to my
docker-compose.yaml, and have added in a newconfig.yml, as can be seen in this simple diff:Both
docker-compose.yamlandconfig.ymlare in the same directly, while the certificatestar-net.pfxis in a subdirectory calledcertificates. I would expect this to work having read this discussion, but it doesn't.The logs give me:
I suspect this is a mistake of mine in this docker-compose setup, but I don't know how to modify it to get it to work.
Beta Was this translation helpful? Give feedback.
All reactions