Changing docroots to have the same defaults
Caddy, NGINX and Apache2 should have the same default application paths. The `public/` path suffix is now added in the dotenv file to be able to use Laradock for non-laravel projects as well. Also, updated the documentation.
This commit is contained in:
		@@ -14,4 +14,4 @@ RUN apt-get remove --purge -y curl && \
 | 
			
		||||
 | 
			
		||||
EXPOSE 2080
 | 
			
		||||
 | 
			
		||||
CMD bash -c 'BEANSTALK_SERVERS=$BEANSTALKD_PORT_11300_TCP_ADDR:11300 php -S 0.0.0.0:2080 -t /source/public'
 | 
			
		||||
CMD bash -c 'BEANSTALK_SERVERS=$BEANSTALKD_PORT_11300_TCP_ADDR:11300 php -S 0.0.0.0:2080 -t /source'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user