Skip to content

Commit 88882dc

Browse files
committed
Standardizing IoT Sensor Alias
1 parent adbc8f9 commit 88882dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ services:
8080
# Tutorial acts as a series of dummy IoT Sensors over HTTP
8181
tutorial:
8282
image: fiware/tutorials.context-provider
83-
hostname: tutorial
83+
hostname: iot-sensors
8484
container_name: fiware-tutorial
8585
depends_on:
8686
- orion
8787
- iot-agent
8888
networks:
8989
default:
9090
aliases:
91-
- iot-sensors
91+
- tutorial
9292
- context-provider
9393
expose:
9494
- "${TUTORIAL_APP_PORT}"

0 commit comments

Comments
 (0)