-
-
Notifications
You must be signed in to change notification settings - Fork 242
Description
Hello Team,
I am new to VerneMQ. I am trying to configure VerneMQ via docker file. It's working as expected in my docker desktop. But when I am trying to run the same in Azure Docker container App I am not able to connect it via MQTT explorer (Tool that connect mqtt broker).
My docker file
FROM vernemq/vernemq
WORKDIR /vernemq
COPY ["VerneMQ/lua-Skripte/init.lua","share/lua/"]
COPY ["VerneMQ/lua-Skripte/sha1.lua","share/lua/"]
COPY ["VerneMQ/lua-Skripte/auth/.","share/lua/auth/"]
COPY ["VerneMQ/vernemq.conf","etc/"]
COPY ["VerneMQ/ca-combined.crt","etc/"]
COPY ["VerneMQ/server.key","etc/"]
COPY ["VerneMQ/server-2022.crt","etc/"]
Below is Azure log stream screenshot
When I ping the VerneMQ from Azure console log it's also works there
But when I tried to connect azure container app via MQTT explorer it's not working.

