Enable web console for mqadvanced-server

This commit is contained in:
Stephen Marshall
2018-09-26 16:17:15 +01:00
committed by Robert Parker
parent 0dd5f9c818
commit 568ae6e34e
11 changed files with 40 additions and 46 deletions

View File

@@ -74,8 +74,11 @@ RUN chmod ug+x /usr/local/bin/runmqserver \
&& chown mqm:root /run/termination-log \
&& chmod 0660 /run/termination-log
# Always use port 1414 for MQ & 9157 for the metrics
EXPOSE 1414 9157
# Always use port 1414 for MQ, 9157 for the metrics & 9443 for the web console
EXPOSE 1414 9157 9443
# Copy web XML files
COPY web /etc/mqm/web
ENV LANG=en_US.UTF-8 AMQ_DIAGNOSTIC_MSG_SEVERITY=1 AMQ_ADDITIONAL_JSON_LOG=1 LOG_FORMAT=basic