awesome-compose/nginx-php-mysql/backend/index.php
Joseph Barreca 05008c0b54 Refactor directory and image location
- Removed Dockerfile for php image
+ Added php image into docker-compose file
-> Moved source for nginx/php to backend directory

Signed-off-by: Joseph Barreca <jbarrec.tech@gmail.com>
2021-04-06 13:31:51 -04:00

3 lines
49 B
PHP

<?php
echo '<h1>hello world in php!</h1>';
?>