File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ services:
9696 # Tutorial acts as a series of dummy IoT Sensors over HTTP
9797 tutorial :
9898 image : fiware/tutorials.context-provider
99- hostname : tutorial
99+ hostname : iot-sensors
100100 container_name : fiware-tutorial
101101 depends_on :
102102 - orion
@@ -106,7 +106,7 @@ services:
106106 default :
107107 ipv4_address : 172.18.1.7
108108 aliases :
109- - iot-sensors
109+ - tutorial
110110 - context-provider
111111 expose :
112112 - " ${TUTORIAL_APP_PORT}"
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ services:
8989 # Tutorial acts as a series of dummy IoT Sensors over HTTP
9090 tutorial :
9191 image : fiware/tutorials.context-provider
92- hostname : tutorial
92+ hostname : iot-sensors
9393 container_name : fiware-tutorial
9494 depends_on :
9595 - orion
@@ -99,7 +99,7 @@ services:
9999 default :
100100 ipv4_address : 172.18.1.7
101101 aliases :
102- - iot-sensors
102+ - tutorial
103103 - context-provider
104104 expose :
105105 - " ${TUTORIAL_APP_PORT}"
You can’t perform that action at this time.
0 commit comments