We have started to test bitbucket in Docker. We have everything up and working but one issue, the base URL. What "-e" do I need to pass to the container to set the BASE URL?
Hi @Scott Pippin,
To set the base URL you'll have to go through the initial configuration.
Are you using Docker volumes?
docker volume create jiradata
docker volume create jiradbdata
-v jiradata:/var/atlassian/jira
This will make it so data is persisted and every container that points to this data will always have the base URL set. Then you'll have to look into an entry point script that sets for example proxyName and proxyPort in the server.xml.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.