Skip to content

Commit

Permalink
Fix web admin console login
Browse files Browse the repository at this point in the history
  • Loading branch information
sichapman authored Oct 18, 2024
1 parent 1c465d8 commit 3ff405a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/docker/ibmmq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ FROM icr.io/ibm-messaging/mq:9.3.5.1-r2
ENV LICENSE=accept \
MQ_DEV=true \
MQ_ENABLE_METRICS=false \
MQ_QMGR_NAME=LOCAL_QM
MQ_QMGR_NAME=LOCAL_QM \
MQ_ADMIN_PASSWORD=passw0rd

# For persistence
VOLUME /mnt/mqm

0 comments on commit 3ff405a

Please sign in to comment.