Create a healthcheck lookup
This commit is contained in:
		@@ -18,5 +18,6 @@ COPY ./configs/default-index.conf /etc/httpd/conf.d/
 | 
				
			|||||||
COPY ./configs/prod-php.ini /etc/php.ini
 | 
					COPY ./configs/prod-php.ini /etc/php.ini
 | 
				
			||||||
COPY ./configs/phpinfo.php /var/www/html/index.php
 | 
					COPY ./configs/phpinfo.php /var/www/html/index.php
 | 
				
			||||||
COPY ./configs/mariadb.repo /etc/yum.repos.d/
 | 
					COPY ./configs/mariadb.repo /etc/yum.repos.d/
 | 
				
			||||||
 | 
					COPY ./configs/index.php /var/www/html/
 | 
				
			||||||
RUN yum clean all
 | 
					RUN yum clean all
 | 
				
			||||||
ENTRYPOINT [ "/scripts/entrypoint.sh" ]
 | 
					ENTRYPOINT [ "/scripts/entrypoint.sh" ]
 | 
				
			||||||
@@ -1 +1,2 @@
 | 
				
			|||||||
DirectoryIndex index.html index.htm index.php
 | 
					DirectoryIndex index.html index.htm index.php
 | 
				
			||||||
 | 
					Alias "/ping" "/var/www/html"
 | 
				
			||||||
							
								
								
									
										2
									
								
								configs/index.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								configs/index.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,2 @@
 | 
				
			|||||||
 | 
					<?php
 | 
				
			||||||
 | 
					echo "pong";
 | 
				
			||||||
		Reference in New Issue
	
	Block a user