We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm trying to add HTTPS support as instructed here : https://confluence.atlassian.com/doc/running-confluence-over-ssl-or-https-161203.html
I copy the custom server.xml in /opt/confluence/conf/ through Dockerfile, but the file is overwrited when the container is starded.
I found this on the official forum, tried it with no success : https://community.atlassian.com/t5/Jira-questions/server-xml-is-overwritten-by-Dockerfile/qaq-p/1173279 https://community.atlassian.com/t5/Jira-questions/How-to-use-a-custom-server-xml-on-Jira-Docker-image/qaq-p/1166929
Can someone give me some help ?
The text was updated successfully, but these errors were encountered:
docker compose up -d docker cp /your/server.xml confluence-srv:/opt/confluence/conf/server.xml docker restart confluence-srv
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm trying to add HTTPS support as instructed here :
https://confluence.atlassian.com/doc/running-confluence-over-ssl-or-https-161203.html
I copy the custom server.xml in /opt/confluence/conf/ through Dockerfile, but the file is overwrited when the container is starded.
I found this on the official forum, tried it with no success :
https://community.atlassian.com/t5/Jira-questions/server-xml-is-overwritten-by-Dockerfile/qaq-p/1173279
https://community.atlassian.com/t5/Jira-questions/How-to-use-a-custom-server-xml-on-Jira-Docker-image/qaq-p/1166929
Can someone give me some help ?
The text was updated successfully, but these errors were encountered: