This commit is contained in:
MaKarin
2026-03-22 22:39:13 +03:00
commit e8a8664417
5 changed files with 171 additions and 0 deletions

9
Dockerfile.confluence Normal file
View File

@@ -0,0 +1,9 @@
FROM atlassian/confluence:latest
USER root
# Add agent file
COPY atlassian-agent.jar /opt/atlassian/confluence/atlassian-agent.jar
# Set Startup Loading Agent Package
RUN echo 'export CATALINA_OPTS="-javaagent:/opt/atlassian/confluence/atlassian-agent.jar ${CATALINA_OPTS}"' >> /opt/atlassian/confluence/bin/setenv.sh