- Notifications
You must be signed in to change notification settings - Fork926
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 versionsv2.18.1
andv2.18.2
However the versionv2.17.3
seems working as expected.