Skip to content

Commit d933c87

Browse files
committed
Updating instructions
1 parent 8efc8c7 commit d933c87

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,20 @@ Follow the steps below to get a client and service communicating via Proteus in
2222

2323
1. In a new terminal window, pull the latest Proteus Broker Docker image by running the following command:
2424

25-
docker pull netifi/proteus
25+
docker pull netifi/proteus:1.5.0
2626
2727
2. Next, run the following command to start the Proteus Broker:
2828

2929
docker run \
3030
-p 8001:8001 \
31-
-p 8101:8101 \
3231
-p 7001:7001 \
32+
-p 9000:9000 \
3333
-e BROKER_SERVER_OPTS="'-Dnetifi.authentication.0.accessKey=9007199254740991' \
34+
'-Dnetifi.broker.console.enabled=true' \
3435
'-Dnetifi.authentication.0.accessToken=kTBDVtfRBO4tHOnZzSyY5ym2kfY=' \
3536
'-Dnetifi.broker.admin.accessKey=9007199254740991' \
3637
'-Dnetifi.broker.admin.accessToken=kTBDVtfRBO4tHOnZzSyY5ym2kfY='" \
37-
netifi/proteus
38+
netifi/proteus:1.5.0
3839

3940
3. In a new terminal window, start the example quickstart service by running the following command:
4041

0 commit comments

Comments
 (0)