mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-03 17:13:33 +00:00 
			
		
		
		
	allows hostname instead of ip for streams
This commit is contained in:
		@@ -4,6 +4,7 @@
 | 
			
		||||
 | 
			
		||||
if [ "$DEVELOPMENT" == "true" ]; then
 | 
			
		||||
	cd /app/frontend || exit 1
 | 
			
		||||
	# If yarn install fails: add --verbose --network-concurrency 1
 | 
			
		||||
	yarn install
 | 
			
		||||
	yarn watch
 | 
			
		||||
else
 | 
			
		||||
 
 | 
			
		||||
@@ -6,6 +6,7 @@ cd /app || echo
 | 
			
		||||
 | 
			
		||||
if [ "$DEVELOPMENT" == "true" ]; then
 | 
			
		||||
	cd /app || exit 1
 | 
			
		||||
	# If yarn install fails: add --verbose --network-concurrency 1
 | 
			
		||||
	yarn install
 | 
			
		||||
	node --max_old_space_size=250 --abort_on_uncaught_exception node_modules/nodemon/bin/nodemon.js
 | 
			
		||||
else
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user