I am currently testing out docker in a remote lab environment where
docker was configured in a way that it can't run as root, causing some
permission issues. The solution I could find was to add these changes
(commented by default) to these files and fill the specifics so it could
run as it was your user running the code.
Signed-off-by: George Araújo <george.gcac@gmail.com>
Fixed the `docker compose` issue, when trying to run the repository,
locally.
#2795
<hr>
<h3>To test these out: </h3>
Run:
`docker compose pull`
`docker compose build`
`docker compose up`
---------
Co-authored-by: Amir Pourmand <pourmand1376@gmail.com>