[AMQ-9306] Make the WebConsole accessible from outside the container

This commit is contained in:
Nicolas Filotto 2023-09-07 12:20:06 +02:00
parent fc13d61714
commit d4e202d229
No known key found for this signature in database
GPG Key ID: 6F88111B6CCAD36C
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ ENV ACTIVEMQ_INSTALL_PATH /opt
ENV ACTIVEMQ_HOME $ACTIVEMQ_INSTALL_PATH/apache-activemq
ENV ACTIVEMQ_EXEC exec
ENV PATH $PATH:$ACTIVEMQ_HOME/bin
# Make the Web console accesible from outside the container
ENV ACTIVEMQ_OPTS $ACTIVEMQ_OPTS -Djetty.host=0.0.0.0
#WORKDIR $ACTIVEMQ_HOME
# activemq_dist can point to a directory or a tarball on the local system