We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac880e6 commit 94377dcCopy full SHA for 94377dc
2 files changed
.env
@@ -3,7 +3,7 @@ COMPOSE_PROJECT_NAME=fiware
3
4
# Orion variables
5
ORION_LD_PORT=1026
6
-ORION_LD_VERSION=1.1.0-PRE-683
+ORION_LD_VERSION=1.1.0-PRE-697
7
8
# Scorpio variables
9
SCORPIO_PORT=9090
docker-compose/orion-ld.yml
@@ -23,7 +23,7 @@ services:
23
orion:
24
labels:
25
org.fiware: 'tutorial'
26
- image: fiware/orion-ld #:${ORION_LD_VERSION}
+ image: fiware/orion-ld:${ORION_LD_VERSION}
27
hostname: orion
28
container_name: fiware-orion
29
depends_on:
0 commit comments