Skip to content

Commit

Permalink
NOISSUE - Update Vernemq image repository (#1050)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Marcetic <n.marcetic86@gmail.com>
  • Loading branch information
nmarcetic committed Mar 2, 2020
1 parent dcba41e commit 3f77b87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/mproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ services:
- mqtt-adapter

vernemq:
image: vernemq/vernemq:1.10.1-alpine
image: mainflux/vernemq:1.10.1-alpine
container_name: mainflux-vernemq
restart: on-failure
environment:
DOCKER_VERNEMQ_ALLOW_ANONYMOUS: "on"
DOCKER_VERNEMQ_LOG__CONSOLE__LEVEL: info
DOCKER_VERNEMQ_ACCEPT_EULA: "yes"
ports:
- 18831:${MF_MQTT_BROKER_PORT}
- 8881:${MF_MQTT_BROKER_WS_PORT}
Expand Down

0 comments on commit 3f77b87

Please sign in to comment.