haxqer / jira

The simplest docker file of JIRA. Support v9.17.0(latest) and v9.12.11(lts)
https://hub.docker.com/r/haxqer/jira
380 stars 225 forks source link

Master #25

Closed varyhin closed 5 months ago

varyhin commented 1 year ago

Please add the ability to change UID and GUID for user and group in a container (Dockerfile)

ARG UID=1000 ARG GID=1000

&& groupadd -g $GID -o $JIRA_GROUP && useradd -m -u $UID -g $GID -o $JIRA_USER \