Skip to content

Instantly share code, notes, and snippets.

@fhoner
fhoner / confluence.Dockerfile
Last active June 8, 2022 10:31
Atlassian Confluence Dockerfile synchrony custom memory heap max
FROM atlassian/confluence-server:7.18.1
RUN sed -i '/export CATALINA_OPTS/iCATALINA_OPTS="-Dsynchrony.memory.max=384m ${CATALINA_OPTS}"' /opt/atlassian/confluence/bin/setenv.sh