Skip to content

Commit fc0e95a

Browse files
author
Dave Conway-Jones
committed
Update docker.md
1 parent 9ff31f2 commit fc0e95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Before using a bridge, it needs to be created. The command below will create a
363363

364364
Then all containers that need to communicate need to be added to the same bridge using the **--network** command line option
365365

366-
docker run -itd -e NO_AUTHENTICATION=1 --network iot --name mybroker eclipse-mosquitto
366+
docker run -itd --network iot --name mybroker eclipse-mosquitto mosquitto -c /mosquitto-no-auth.conf
367367

368368
(no need to expose the port 1883 globally unless you want to... as we do magic below)
369369

0 commit comments

Comments
 (0)