mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-19 12:43:30 +02:00
3 lines
277 B
PHP
3 lines
277 B
PHP
RUN curl -Ls https://raw.githubusercontent.com/cptactionhank/docker-atlassian-jira-software/master/docker-entrypoint.sh -o /docker-entrypoint.sh \
|
|
&& chmod 755 /docker-entrypoint.sh \
|
|
&& echo jira.websudo.is.disabled = true >> /var/atlassian/jira/jira-config.properties |