Closed lucasmori closed 2 years ago
My docker-compose.yaml
version: "3.9"
services:
ibmmq:
container_name: ibmmq
image: ibmcom/mq:latest
ports:
- "1414:1414"
- "9443:9443"
environment:
- LICENSE=accept
- MQ_QMGR_NAME=MQ1
- MQ_APP_PASSWORD=somepasswordhere
volumes:
- qm1data:/mnt/mqm
volumes:
qm1data: {}
Duplicate of #448
I'm just running the latest container from dockerhub. It starts fine but if I stop and restart the mqweb component does not work any longer.
I need to kill my volume and start from zero again, and if I stop or restart the container the same error occurs.