mirror of https://github.com/apache/activemq.git
Merge pull request #1049 from essobedo/AMQ-9306/make-webconsole-accessible-from-host
[AMQ-9306] Make the WebConsole accessible from outside the container
This commit is contained in:
commit
e59ff1908e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue