Skip to content

Commit b9cfed2

Browse files
committed
Standardizing IoT Sensor Alias
1 parent 6494cb8 commit b9cfed2

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
@@ -220,7 +220,7 @@ eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwiaXNzIjoiaHR0cHM
220220
```yaml
221221
tutorial:
222222
image: fiware/tutorials.context-provider
223-
hostname: tutorial
223+
hostname: iot-sensors
224224
container_name: fiware-tutorial
225225
networks:
226226
default:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The necessary configuration information for adding security to the **Stock Manag
194194
```yaml
195195
tutorial:
196196
image: fiware/tutorials.context-provider
197-
hostname: tutorial
197+
hostname: iot-sensors
198198
container_name: fiware-tutorial
199199
networks:
200200
default:

docker-compose.yml

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

0 commit comments

Comments
 (0)