Skip to content

Commit

Permalink
Merge pull request #274 from NebraLtd/marvinmarnold/fix-serial-number
Browse files Browse the repository at this point in the history
fix(diagnostics): expose serial-number
  • Loading branch information
shawaj authored Nov 27, 2021
2 parents 32d044a + 87b5f7a commit e6fac69
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- dbus-session
- diagnostics
environment:
- FIRMWARE_VERSION=2021.11.26.1-1
- FIRMWARE_VERSION=2021.11.26.1-2
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
- DBUS_SESSION_BUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
privileged: true
Expand Down Expand Up @@ -59,7 +59,7 @@ services:
diagnostics:
image: nebraltd/hm-diag:625ea72
environment:
- FIRMWARE_VERSION=2021.11.26.1-1
- FIRMWARE_VERSION=2021.11.26.1-2
- DIAGNOSTICS_VERSION=625ea72
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
volumes:
Expand All @@ -72,6 +72,7 @@ services:
privileged: true
labels:
io.balena.features.sysfs: 1
io.balena.features.procfs: 1
io.balena.features.dbus: 1

upnp:
Expand All @@ -88,7 +89,7 @@ services:
- dbus:/session/dbus
environment:
- DBUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
- FIRMWARE_VERSION=2021.11.26.1-1
- FIRMWARE_VERSION=2021.11.26.1-2

volumes:
miner-storage:
Expand Down

0 comments on commit e6fac69

Please sign in to comment.