components-contrib/.github/infrastructure/docker-compose-emqx.yml

8 lines
132 B
YAML

version: '2'
services:
emqx:
image: emqx/emqx:4.2.7
hostname: emqx
container_name: emqx
ports:
- "1884:1883"