fix: add dialout group to Docker image

This commit is contained in:
Yellowcooln
2026-06-09 21:13:45 -04:00
parent 291c1a6ed9
commit 3d974136a6
5 changed files with 15 additions and 6 deletions
+4 -1
View File
@@ -15,13 +15,16 @@ PYMC_REPEATER_IMAGE=pymcdev/pymc-repeater:main
# PYMC_CONFIG_VOLUME=/opt/pymc-repeater/config
# PYMC_DATA_VOLUME=/opt/pymc-repeater/data
# SPI/GPIO access uses the host's numeric group IDs. Check your host with:
# Serial/SPI/GPIO access uses the host's numeric group IDs. Check your host with:
# getent group dialout
# getent group gpio
# getent group spi
# Example output:
# dialout:x:20:
# gpio:x:997:
# spi:x:999:
# Put the third field from each output line below.
DIALOUT_GID=20
GPIO_GID=986
SPI_GID=989