Skip to content

Commit 6925065

Browse files
committed
Update Orion and MongoDB
1 parent de5c67e commit 6925065

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#
1919
version: "3.8"
2020
services:
21-
# Orion is the context broker
22-
orion:
21+
# Orion is an NGSI-v2 context broker
22+
orion-v2:
2323
labels:
2424
org.fiware: 'tutorial'
2525
image: quay.io/fiware/orion:${ORION_VERSION}
@@ -112,7 +112,7 @@ services:
112112
hostname: iot-sensors
113113
container_name: fiware-tutorial
114114
depends_on:
115-
orion:
115+
orion-v2:
116116
condition: service_started
117117
iot-agent:
118118
condition: service_started

0 commit comments

Comments
 (0)