File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwiaXNzIjoiaHR0cHM
220220``` yaml
221221tutorial :
222222 image : fiware/tutorials.context-provider
223- hostname : tutorial
223+ hostname : iot-sensors
224224 container_name : fiware-tutorial
225225 networks :
226226 default :
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ The necessary configuration information for adding security to the **Stock Manag
194194``` yaml
195195tutorial :
196196 image : fiware/tutorials.context-provider
197- hostname : tutorial
197+ hostname : iot-sensors
198198 container_name : fiware-tutorial
199199 networks :
200200 default :
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ services:
6868 # Tutorial acts as a series of dummy IoT Sensors over HTTP
6969 tutorial :
7070 image : fiware/tutorials.context-provider
71- hostname : tutorial
71+ hostname : iot-sensors
7272 container_name : fiware-tutorial
7373 depends_on :
7474 - keyrock
@@ -77,7 +77,7 @@ services:
7777 default :
7878 ipv4_address : 172.18.1.7
7979 aliases :
80- - iot-sensors
80+ - tutorial
8181 - context-provider
8282 expose :
8383 - " ${TUTORIAL_APP_PORT}"
You can’t perform that action at this time.
0 commit comments