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

Docs: Feedback for Get Started with Management Center Using Docker Compose #392

Closed
emreyigit opened this issue Nov 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@emreyigit
Copy link
Contributor

Hi, I have some feedback about this page

Is there Hazelcast 5.6.0? In the docker compose file, MC and platform versions are same which is 5.6.0 but the latest platform is 5.5.2.

The docker compose from the doc:

version: "3.8"
services:
  hazelcast:
    image: hazelcast/hazelcast:5.6.0
    ports:
    - "5701:5701"
  management-center:
    image: hazelcast/management-center:5.6.0
    ports:
    - "8080:8080"
    environment:
    - MC_DEFAULT_CLUSTER=dev
    - MC_DEFAULT_CLUSTER_MEMBERS=hazelcast
@emreyigit emreyigit added the bug Something isn't working label Nov 1, 2024
@JackPGreen
Copy link
Contributor

I think this is fixed in 6e808e8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants