docker-permissions icon indicating copy to clipboard operation
docker-permissions copied to clipboard

A way to deal with docker volumes and users permissions. Read/write/exe in shared folder from inside the container.

Results 1 docker-permissions issues
Sort by recently updated
recently updated
newest added

use this `if [[ -z "$(find $PROJECT_DIR -maxdepth 0 -printf '%U' | grep $PHP_UID_DEFAULT)" ]]; then` in entrypoint.sh When you have a file with timestamp e.g. 18:33 and a UID...