[BUG] Permissions of Influxdb folder do not follow PUID/PGID set in the docker-compose file #362
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
I ran scrutiny with such docker-compose scheme on my raspberry pi 4b (4GB):
Since it was introduced the influxdb database I now encounter the issue that the
/opt/scrutiny/influxdb
folder is not locally saved after myPUID
andPGID
settings (set in an.env
file next to my docker-compose file). That is not the case for the/opt/scrutiny/config
folder which instead respects thePUID
andPGID
settings.I tried adding
user: ${PUID}:${PGID}
in the docker-compose but in that way scrutiny does not event start.Do you know how to solve such issue?
The text was updated successfully, but these errors were encountered: