4 lines
		
	
	
		
			232 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			232 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| # 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
 |