Using HTTPS in an Docker installation of XWiki

Hi, we have XWiki installed in a Docker Container. We are currently using http for the Website but we want to use HTTPS. Ive tried multiple Manuels but it is not working. BTW the installation is with a MySQL Database. Maybe someone had the same issue and can help with a step by step manuel? that would be cool. Thanks for ur help<3

I don’t know any guide but it’s not related to XWiki. You just need to configure Tomcat for HTTPS (you can check the tomcat guides/docs). See also Tomcat Installation (XWiki.org)

and i need to install tomcat also if i have it in a docker container?

No , the XWiki docker image is based on Tomcat, see xwiki-docker/README.md at master · xwiki/xwiki-docker · GitHub