Description
Starting a coder using the docker-compose provided in the documentation from a fresh install and using the default docker containers template, when starting the container coder does not creates the user within the container and fallback to coder user, leading to issues on defining the host volume that is owned by the current user and not coder, which means after a update of the template all data is gone,
This affects versions v2.18.1
and v2.18.2
However the version v2.17.3
seems working as expected.