mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-08-12 03:43:04 +02:00
fix: add dialout group to Docker image
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user