Difference between revisions of "Network/Services/dev"
From Makers Local 256
(Created page with "Running [https://github.com/makerslocal/xmlrc2rq xmlrc2rq] which sends wiki changes out over mqtt docker run -d --restart=always -p 4455:4455 makerslocal/xmlrc2rq:latest") |
(docker command to run xmlrc2rq) |
||
Line 1: | Line 1: | ||
Running [https://github.com/makerslocal/xmlrc2rq xmlrc2rq] which sends wiki changes out over mqtt | Running [https://github.com/makerslocal/xmlrc2rq xmlrc2rq] which sends wiki changes out over mqtt | ||
− | docker run -d --restart=always -p 4455:4455 makerslocal/xmlrc2rq:latest | + | # docker run -d --restart=always -p 4455:4455 makerslocal/xmlrc2rq:latest |
Revision as of 16:51, 22 June 2016
Running xmlrc2rq which sends wiki changes out over mqtt
# docker run -d --restart=always -p 4455:4455 makerslocal/xmlrc2rq:latest