File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,20 @@ Follow the steps below to get a client and service communicating via Proteus in
22
22
23
23
1 . In a new terminal window, pull the latest Proteus Broker Docker image by running the following command:
24
24
25
- docker pull netifi/proteus
25
+ docker pull netifi/proteus:1.5.0
26
26
27
27
2 . Next, run the following command to start the Proteus Broker:
28
28
29
29
docker run \
30
30
-p 8001:8001 \
31
- -p 8101:8101 \
32
31
-p 7001:7001 \
32
+ -p 9000:9000 \
33
33
-e BROKER_SERVER_OPTS="'-Dnetifi.authentication.0.accessKey=9007199254740991' \
34
+ '-Dnetifi.broker.console.enabled=true' \
34
35
'-Dnetifi.authentication.0.accessToken=kTBDVtfRBO4tHOnZzSyY5ym2kfY=' \
35
36
'-Dnetifi.broker.admin.accessKey=9007199254740991' \
36
37
'-Dnetifi.broker.admin.accessToken=kTBDVtfRBO4tHOnZzSyY5ym2kfY='" \
37
- netifi/proteus
38
+ netifi/proteus:1.5.0
38
39
39
40
3 . In a new terminal window, start the example quickstart service by running the following command:
40
41
You can’t perform that action at this time.
0 commit comments