felddy/weewx-docker

Allow passing in uid:gid to support serial port permissions

Closed this issue · 1 comments

The serial port permissions don't typically align with the container's uid which is hardcoded to 421.

Let's add the ability to pass in a UID:GID that we want the weewx server to assume via the entrypoint.

fixed in 385d0e2