Create a healthcheck lookup
This commit is contained in:
parent
1a4faad685
commit
908f38eb26
@ -18,5 +18,6 @@ COPY ./configs/default-index.conf /etc/httpd/conf.d/
|
||||
COPY ./configs/prod-php.ini /etc/php.ini
|
||||
COPY ./configs/phpinfo.php /var/www/html/index.php
|
||||
COPY ./configs/mariadb.repo /etc/yum.repos.d/
|
||||
COPY ./configs/index.php /var/www/html/
|
||||
RUN yum clean all
|
||||
ENTRYPOINT [ "/scripts/entrypoint.sh" ]
|
@ -1 +1,2 @@
|
||||
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";
|
Loading…
Reference in New Issue
Block a user