File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ Orion Context Broker と IoT Agent はオープンソースの
280280
281281``` yaml
282282: image : fiware/tutorials.context-provider
283- hostname : tutorial
283+ hostname : iot-sensors
284284 container_name : fiware-tutorial
285285 networks :
286286 default :
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ The necessary configuration information for adding security to the **Stock Manag
212212``` yaml
213213tutorial :
214214 image : fiware/tutorials.context-provider
215- hostname : tutorial
215+ hostname : iot-sensors
216216 container_name : fiware-tutorial
217217 networks :
218218 default :
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ services:
100100 # Tutorial acts as a series of dummy IoT Sensors over HTTP
101101 tutorial :
102102 image : fiware/tutorials.context-provider
103- hostname : tutorial
103+ hostname : iot-sensors
104104 container_name : fiware-tutorial
105105 depends_on :
106106 orion :
@@ -113,7 +113,7 @@ services:
113113 default :
114114 ipv4_address : 172.18.1.7
115115 aliases :
116- - iot-sensors
116+ - tutorial
117117 - context-provider
118118 expose :
119119 - " ${TUTORIAL_APP_PORT}"
You can’t perform that action at this time.
0 commit comments