[docker][node-red][influxdbv2] Remove `user` parameter from Docker Compose Templates
shantanoo-desai opened this issue · 0 comments
shantanoo-desai commented
Description
Having ansible_user_id
anything other than the uid
within the container causes Node-RED and InfluxDBv2 to crash since during initialization phase the container tries to create directories which cannot be performed due to user id mismatches in container / host.
With resolution of #79 by using mode
for secrets, the user
parameter can be removed from all the Compose Templates.
Removing it from all templates would be preferable to make compose files compatible.