mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	fixed an issue with the docker entrypoint script.
This commit is contained in:
		@@ -25,6 +25,11 @@ wait_for_postgres() {
 | 
			
		||||
	host="${PAPERLESS_DBHOST}"
 | 
			
		||||
	port="${PAPERLESS_DBPORT}"
 | 
			
		||||
 | 
			
		||||
	if [[ -z $port ]] ;
 | 
			
		||||
	then
 | 
			
		||||
		port="5432"
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
	while !</dev/tcp/$host/$port ;
 | 
			
		||||
	do
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user