mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Rootless Docker - Mistake with the repo-avatars parent folder name (#22637)
There was a mistake when choosing the structure for the repo avatars parent folder and it added a spurious /gitea. The `data` directory should contain folders like: - `attachments/` - `avatars/` - `log/` - `repo-avatars/`
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							1947409ef0
						
					
				
				
					commit
					fd29071e57
				
			| @@ -37,7 +37,7 @@ PROVIDER_CONFIG = $GITEA_WORK_DIR/data/sessions | |||||||
|  |  | ||||||
| [picture] | [picture] | ||||||
| AVATAR_UPLOAD_PATH = $GITEA_WORK_DIR/data/avatars | AVATAR_UPLOAD_PATH = $GITEA_WORK_DIR/data/avatars | ||||||
| REPOSITORY_AVATAR_UPLOAD_PATH = $GITEA_WORK_DIR/data/gitea/repo-avatars | REPOSITORY_AVATAR_UPLOAD_PATH = $GITEA_WORK_DIR/data/repo-avatars | ||||||
|  |  | ||||||
| [attachment] | [attachment] | ||||||
| PATH = $GITEA_WORK_DIR/data/attachments | PATH = $GITEA_WORK_DIR/data/attachments | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user