Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use current user's uid and gid in docker compose file
For reasons unknown, the use of the uid/gid 10000 in the docker-compose.yml file is not allowing access to mapped files from the host filesystem. Updated the docker-compose.yml file to reference the UID and GID environment variables. Should hopefully address: #43
- Loading branch information