19 lines
187 B
PHP
19 lines
187 B
PHP
<html>
|
|
<head>
|
|
<title>Aether Docker Compose</title>
|
|
<meta content="">
|
|
<style></style>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Running with Docker Compose</h1>
|
|
|
|
<hr>
|
|
|
|
<?php
|
|
echo phpinfo();
|
|
?>
|
|
|
|
</body>
|
|
</html>
|