Skip to content

Commit

Permalink
fix(diagnostics): expose serial-number
Browse files Browse the repository at this point in the history
By adding /proc to container for
/proc/device-tree/serial-number
  • Loading branch information
marvinmarnold committed Nov 25, 2021
1 parent 68e306b commit e7d47e1
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.22.0-1
- FIRMWARE_VERSION=2021.11.22.0-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:b30bd8a
environment:
- FIRMWARE_VERSION=2021.11.22.0-1
- FIRMWARE_VERSION=2021.11.22.0-2
volumes:
- pktfwdr:/var/pktfwd
- miner-storage:/var/data
Expand All @@ -70,6 +70,7 @@ services:
privileged: true
labels:
io.balena.features.sysfs: 1
io.balena.features.procfs: 1

upnp:
image: nebraltd/hm-upnp:b575a2f
Expand All @@ -85,7 +86,7 @@ services:
- dbus:/session/dbus
environment:
- DBUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
- FIRMWARE_VERSION=2021.11.22.0-1
- FIRMWARE_VERSION=2021.11.22.0-2

volumes:
miner-storage:
Expand Down

0 comments on commit e7d47e1

Please sign in to comment.