mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 01:34:27 +00:00 
			
		
		
		
	Add missing path in the Docker app.ini template (#2181)
This commit is contained in:
		@@ -58,3 +58,4 @@ CMD ["/bin/s6-svscan", "/etc/s6"]
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
COPY docker /
 | 
					COPY docker /
 | 
				
			||||||
COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
 | 
					COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
 | 
				
			||||||
 | 
					RUN ln -s /usr/local/bin/gitea /app/gitea/gitea
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,6 +4,9 @@ RUN_MODE = $RUN_MODE
 | 
				
			|||||||
[repository]
 | 
					[repository]
 | 
				
			||||||
ROOT = /data/git/repositories
 | 
					ROOT = /data/git/repositories
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[repository.local]
 | 
				
			||||||
 | 
					LOCAL_COPY_PATH = /data/gitea/tmp/local-repo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[repository.upload]
 | 
					[repository.upload]
 | 
				
			||||||
TEMP_PATH = /data/gitea/uploads
 | 
					TEMP_PATH = /data/gitea/uploads
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -14,6 +17,7 @@ HTTP_PORT        = $HTTP_PORT
 | 
				
			|||||||
ROOT_URL         = $ROOT_URL
 | 
					ROOT_URL         = $ROOT_URL
 | 
				
			||||||
DISABLE_SSH      = $DISABLE_SSH
 | 
					DISABLE_SSH      = $DISABLE_SSH
 | 
				
			||||||
SSH_PORT         = $SSH_PORT
 | 
					SSH_PORT         = $SSH_PORT
 | 
				
			||||||
 | 
					LFS_CONTENT_PATH = /data/git/lfs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[database]
 | 
					[database]
 | 
				
			||||||
PATH = /data/gitea/gitea.db
 | 
					PATH = /data/gitea/gitea.db
 | 
				
			||||||
@@ -23,6 +27,9 @@ NAME    = $DB_NAME
 | 
				
			|||||||
USER    = $DB_USER
 | 
					USER    = $DB_USER
 | 
				
			||||||
PASSWD  = $DB_PASSWD
 | 
					PASSWD  = $DB_PASSWD
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[indexer]
 | 
				
			||||||
 | 
					ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[session]
 | 
					[session]
 | 
				
			||||||
PROVIDER_CONFIG = /data/gitea/sessions
 | 
					PROVIDER_CONFIG = /data/gitea/sessions
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user