We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c256d commit 9a7cb71Copy full SHA for 9a7cb71
.env
@@ -3,7 +3,7 @@ COMPOSE_PROJECT_NAME=fiware
3
4
# Orion variables
5
ORION_PORT=1026
6
-ORION_VERSION=3.5.1
+ORION_VERSION=4.1.0
7
8
# MongoDB variables
9
MONGO_DB_PORT=27017
docker-compose.yml
@@ -22,6 +22,7 @@ services:
22
labels:
23
org.fiware: 'tutorial'
24
image: quay.io/fiware/orion:${ORION_VERSION}
25
+ hostname: orion
26
container_name: fiware-orion
27
depends_on:
28
- mongo-db
0 commit comments