Hugh Powell
Hugh Powell
Hi mmaryo, I used [this blog post](https://jtreminio.com/blog/running-docker-containers-as-current-host-user/#ok-so-what-actually-works) to solve a similar issue for me. Basically add the following option to the `docker` command ```-u $(id -u ${USER}):$(id -g ${USER})``` So...
Sorry @opqdonut, I've been away for the last month. This has now been updated, tested and ready for review.
Hi @opqdonut, just following up on this. Thanks, Hugh.
> Have you tested this change with reitit? Or are you using some other routing library? Yes, this has (only) been tested with Reitit.