docker: fix permissions errors for db
Monorepo for Tangled
tangled.org
fix docker permissions #61
closed
opened by
expand 1 commit
hide 1 commit
176c0e16
correct permissions
expand 3 commits
hide 3 commits
176c0e16
correct permissions
3fea1df9
permissions for git repos
3df97244
all of the volumes
Also what exact problem are you trying to solve? I didn't have any issues with the current image.
+1. Would like more clarity on what these changes are aiming to solve鈥攊t looks like environment/setup issues mostly.
closed without merging
Why do you need to use
touch? With proper permissions it should be no problem to create a file. Otherwise it is better to fix permissions first IMO.