Skip to content

Commit 284009d

Browse files
committed
Update Orion and MongoDB
1 parent c487e0e commit 284009d

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}
@@ -82,7 +82,7 @@ services:
8282
container_name: fiware-tutorial
8383
depends_on:
8484
- keyrock
85-
- orion
85+
- orion-v2
8686
networks:
8787
default:
8888
ipv4_address: 172.18.1.7

0 commit comments

Comments
 (0)