perm script file for nextcloud

This commit is contained in:
poslop
2023-12-05 16:19:50 -06:00
parent 113e748201
commit 6d0e4007bf
2 changed files with 23 additions and 20 deletions

3
permfix Executable file
View File

@@ -0,0 +1,3 @@
# Adds the group 1000 and then adds that group to user 33 to nextcloud container to fix permissions
docker exec -it nextcloud-aio-nextcloud groupadd -g 1000 poslop
docker exec -it nextcloud-aio-nextcloud usermod www-data -aG poslop