Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After stop container and restart mqweb component does not work #467

Closed
lucasmori opened this issue Aug 23, 2021 · 2 comments
Closed

After stop container and restart mqweb component does not work #467

lucasmori opened this issue Aug 23, 2021 · 2 comments

Comments

@lucasmori
Copy link

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.

2021-08-23T16:02:45.743Z Error 1 starting web server: 
Server mqweb is already running.
2021-08-23T16:02:45.743Z Error starting web server: exit status 1

I need to kill my volume and start from zero again, and if I stop or restart the container the same error occurs.

@lucasmori
Copy link
Author

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: {}

@arthurbarr
Copy link
Member

Duplicate of #448

@arthurbarr arthurbarr marked this as a duplicate of #448 Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants