Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Setting of BASE URL in Bitbucket using "-e" in Docker

Scott Pippin October 10, 2018

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?

1 answer

0 votes
Edwin Kyalangalilwa
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 10, 2018

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events