Skip to content

Commit

Permalink
Template to 1.0.3 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandur committed Apr 22, 2020
1 parent 974e453 commit d5afd6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Template/deviceConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"LoRaWanNetworkSrvModule": {
"type": "docker",
"settings": {
"image": "loraedge/lorawannetworksrvmodule:1.0.2",
"image": "loraedge/lorawannetworksrvmodule:1.0.3",
"createOptions": "{\"ExposedPorts\": { \"1680/udp\": {}}, \"HostConfig\": { \"PortBindings\": {\"1680/udp\": [ { \"HostPort\": \"1680\", \"HostIp\":\"172.17.0.1\" } ]}}}"
},
"version": "1.0",
Expand All @@ -64,7 +64,7 @@
"LoRaWanPktFwdModule": {
"type": "docker",
"settings": {
"image": "loraedge/lorawanpktfwdmodule:1.0.2",
"image": "loraedge/lorawanpktfwdmodule:1.0.3",
"createOptions": " {\"HostConfig\": {\"NetworkMode\": \"host\", \"Privileged\": true }, \"NetworkingConfig\": {\"EndpointsConfig\": {\"host\": {} }}}"
},
"env": {
Expand Down

0 comments on commit d5afd6f

Please sign in to comment.