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 3de3b62 commit 428a6a0Copy full SHA for 428a6a0
docker-compose.yml
@@ -36,8 +36,15 @@ services:
36
test: curl --fail -s http://orion:1026/version || exit 1
37
38
# 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
+
46
iot-agent:
- image: iotagent # fiware/iotagent-ul:1.8.0 # iotagent
47
+ image: fiware/iotagent-ul:1.7.0
48
hostname: iot-agent
49
container_name: fiware-iot-agent
50
depends_on:
0 commit comments