Skip to content

Commit 9a7cb71

Browse files
committed
Update Orion
1 parent 01c256d commit 9a7cb71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ COMPOSE_PROJECT_NAME=fiware
33

44
# Orion variables
55
ORION_PORT=1026
6-
ORION_VERSION=3.5.1
6+
ORION_VERSION=4.1.0
77

88
# MongoDB variables
99
MONGO_DB_PORT=27017

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ services:
2222
labels:
2323
org.fiware: 'tutorial'
2424
image: quay.io/fiware/orion:${ORION_VERSION}
25+
hostname: orion
2526
container_name: fiware-orion
2627
depends_on:
2728
- mongo-db

0 commit comments

Comments
 (0)