We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c487e0e commit 284009dCopy full SHA for 284009d
1 file changed
docker-compose.yml
@@ -18,8 +18,8 @@
18
#
19
version: "3.8"
20
services:
21
- # Orion is the context broker
22
- orion:
+ # Orion is an NGSI-v2 context broker
+ orion-v2:
23
labels:
24
org.fiware: 'tutorial'
25
image: quay.io/fiware/orion:${ORION_VERSION}
@@ -82,7 +82,7 @@ services:
82
container_name: fiware-tutorial
83
depends_on:
84
- keyrock
85
- - orion
+ - orion-v2
86
networks:
87
default:
88
ipv4_address: 172.18.1.7
0 commit comments