Skip to content

Commit 7748014

Browse files
committed
Standardizing IoT Sensor Alias
1 parent 65b9d79 commit 7748014

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ The necessary configuration information for adding security to the **Stock Manag
212212
```yaml
213213
tutorial:
214214
image: fiware/tutorials.context-provider
215-
hostname: tutorial
215+
hostname: iot-sensors
216216
container_name: fiware-tutorial
217217
networks:
218218
default:

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)