Skip to content

Commit

Permalink
Set specific versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanteck committed Feb 5, 2021
1 parent 7153b22 commit a6facac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: '2'

services:
packet-forwarder:
build: "./pktfwd"
image: "nebraltd/hm-pktfwd:3c0866e49ec5a6283b7dbd2b58bb39ca956ffa91"
privileged: true
volumes:
- 'pktfwdr:/var/pktfwd'

helium-miner:
build: "./miner"
privileged: true
Expand Down Expand Up @@ -40,7 +40,7 @@ services:
io.balena.features.supervisor-api: '1'

diagnostics:
build: "./diagnostics"
image: "nebraltd/hm-diag:854c72d9fc291d1657557c08bd882c6e40c147ae"
privileged: true
network_mode: "host"
cap_add:
Expand Down

0 comments on commit a6facac

Please sign in to comment.