I have found this docker image with JIRA on it. JIRA can be used with MySQL, but I do not want to run MySQL on another Container.
In my opinion it is more useful to run the MySQL on the same Container (faster access, higher security, less resources, etc.).
How can I accomplish that?