Skip to content

Commit

Permalink
Added dockr resolver for mqtt
Browse files Browse the repository at this point in the history
  • Loading branch information
Miggets7 committed May 10, 2021
1 parent 1293437 commit 8baffa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ listen mqtt
option tcplog
balance leastconn

server proxy_backend_host "${MANAGER_HOST}":"${MANAGER_MQTT_PORT}"
server proxy_backend_host "${MANAGER_HOST}":"${MANAGER_MQTT_PORT}" resolvers docker_resolver

backend manager_backend
server proxy_backend_host "${MANAGER_HOST}":"${MANAGER_WEB_PORT}" resolvers docker_resolver
Expand Down

0 comments on commit 8baffa1

Please sign in to comment.