Skip to content
New issue

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

HTTPS support and custom server.xml #84

Open
02Spar opened this issue Dec 9, 2024 · 1 comment
Open

HTTPS support and custom server.xml #84

02Spar opened this issue Dec 9, 2024 · 1 comment

Comments

@02Spar
Copy link

02Spar commented Dec 9, 2024

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 ?

@c-store-cp
Copy link

docker compose up -d
docker cp /your/server.xml confluence-srv:/opt/confluence/conf/server.xml
docker restart confluence-srv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants