emqx-docs icon indicating copy to clipboard operation
emqx-docs copied to clipboard

docker run command error

Open GLTSC opened this issue 3 years ago • 0 comments

File: /zh_CN/getting-started/install-ee.md

docker run -d \
    --name emqx-ee \
    -p 1883:1883 \
    -p 8083:8083 \
    -p 8883:8883 \
    -p 8084:8084 \
    -p 18083:18083 \
    -v /path/to/emqx.lic:/opt/emqx/etc/emqx.lic \
    emqx/emqx-ee:v4.0.0

GLTSC avatar Aug 20 '21 10:08 GLTSC