teamatldocker / confluence

Dockerized Atlassian Confluence
https://hub.docker.com/r/teamatldocker/confluence/
MIT License
301 stars 147 forks source link

Can't manually add connectors to server.xml #17

Closed ensemblebd closed 7 years ago

ensemblebd commented 7 years ago

The docker container appears to be both parsing (adding line endings to each parameter) and injecting proxyName and proxyPort + scheme into ALL connectors regardless. Which of course breaks many things.

It would be most ideal if it only automatically altered the file (every time you boot up the container) where the connector is the target "main" connector operating on the primary port.

This prevents:

And advise on ways to circumvent this in the interim? Thank you!

ensemblebd commented 7 years ago

Actually, I figured out how to circumvent. I simply deleted the contents of the parameter, it no longer injects it as the parameter exists (regexp?), but confluence seems to properly handle a null/empty string. Total success, good day to you, and thank you for all of your work on this project set.