We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running hivemq-ce using docker swarm (node engine 20.10.5)
stack file: version: "3.5" services: hivemq: image: hivemq/hivemq-ce:2023.6 ports: - 1883:1883 deploy: placement: constraints: - node.hostname == twdcr01 environment: HIVEMQ_LOG_LEVEL: INFO
Produces the following log/error:
Getting bind address from container hostname set bind address from container hostname to 10.0.13.77
_ _ _ __ __ ____ | | | |(_) | \/ | / __ \ | |__| | _ __ __ ___ | \ / || | | | | __ || |\ \ / // _ \| |\/| || | | | | | | || | \ V /| __/| | | || |__| | |_| |_||_| \_/ \___||_| |_| \___\_\
HiveMQ Start Script for Linux/Unix v1.13 HiveMQ 4 requires at least Java version 11
Affected HiveMQ CE version(s): v2023.7->
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running hivemq-ce using docker swarm (node engine 20.10.5)
stack file:
version: "3.5"
services:
hivemq:
image: hivemq/hivemq-ce:2023.6
ports:
- 1883:1883
deploy:
placement:
constraints:
- node.hostname == twdcr01
environment:
HIVEMQ_LOG_LEVEL: INFO
Produces the following log/error:
Getting bind address from container hostname
set bind address from container hostname to 10.0.13.77
HiveMQ Start Script for Linux/Unix v1.13
HiveMQ 4 requires at least Java version 11
Affected HiveMQ CE version(s):
v2023.7->
The text was updated successfully, but these errors were encountered: