Skip to content

Commit 428a6a0

Browse files
committed
Update Docker Images
1 parent 3de3b62 commit 428a6a0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docker-compose.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,15 @@ services:
3636
test: curl --fail -s http://orion:1026/version || exit 1
3737

3838
# IoT-Agent is configured for the UltraLight Protocol
39+
#
40+
# This deliberately fixed to v1.7.0
41+
# see: https://github.com/telefonicaid/iotagent-ul/issues/320
42+
#
43+
# For v1.8 and v1.9 a dummy resource must be added when provisioning
44+
#
45+
3946
iot-agent:
40-
image: iotagent # fiware/iotagent-ul:1.8.0 # iotagent
47+
image: fiware/iotagent-ul:1.7.0
4148
hostname: iot-agent
4249
container_name: fiware-iot-agent
4350
depends_on:

0 commit comments

Comments
 (0)