This image needs a specific settings to run. It is designed to run back reverse proxy on https
269
This image is deigned to connect to a DB which has a license configuration already, and it will generate a DB config file according to the passed variables In order to run this image, you need to pass these variables: JIRA_DB_NAME="your-db-name" POSTGRES_SERVER='your db server url' JIRA_DB_USERNAME='your username' JIRA_DB_PASSWORD='your password' GENERATE_DB_CONFIG='true' : X_PROXY_NAME='jira.example.com' X_PROXY_PORT=443 X_PROXY_SCHEME=https XPATH='' # it is empty For example: docker run -p 443:8080 -e JIRA_DB_NAME="your-db-name" -e POSTGRES_SERVER='your db server url' -e JIRA_DB_USERNAME='your username' -e JIRA_DB_PASSWORD='your password' -e GENERATE_DB_CONFIG=true -e X_PROXY_NAME='jira.example.com' -e X_PROXY_PORT=443 -e X_PROXY_SCHEME=https -e XPATH='' -d adambuji/jira
Content type
Image
Digest
Size
1.4 GB
Last updated
about 9 years ago
docker pull adambuji/jira