Skip to content

Commit

Permalink
update jetty admin bind adress
Browse files Browse the repository at this point in the history
  • Loading branch information
freekode authored Nov 28, 2021
1 parent 2bb7b78 commit 3ce5188
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ce5188

Please sign in to comment.