diff --git a/Dockerfile b/Dockerfile index 0bd7a25..6b2bdca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,10 @@ RUN tar xzf $ACTIVEMQ-bin.tar.gz -C /opt && \ chown -R activemq:activemq /opt/$ACTIVEMQ && \ chown -h activemq:activemq $ACTIVEMQ_HOME +RUN cd /opt/apache-activemq-5.16.0/conf && \ + cat jetty.xml | sed -e 's/127.0.0.1/0.0.0.0/' > jetty-new.xml && \ + mv jetty-new.xml jetty.xml + USER activemq WORKDIR $ACTIVEMQ_HOME