Skip to content

Commit

Permalink
feat: enable dbus feature
Browse files Browse the repository at this point in the history
  • Loading branch information
posterzh committed Nov 22, 2021
1 parent dea5181 commit ef3f6bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
environment:
- 'FIRMWARE_VERSION=2021.08.02.0'
- 'HELIUM_API_TIMEOUT_SECONDS=5'
- 'DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket'
volumes:
- 'pktfwdr:/var/pktfwd'
- 'miner-storage:/var/data'
Expand All @@ -17,6 +18,7 @@ services:
devices:
- "/dev/i2c-1:/dev/i2c-1"
labels:
io.balena.features.dbus: '1'
io.balena.features.sysfs: '1'

volumes:
Expand Down

0 comments on commit ef3f6bc

Please sign in to comment.