Docker-PHP/swarm-connectivity-tester/public-target/index.php
2024-04-04 07:21:38 +02:00

7 lines
142 B
PHP

<?php
header('Content-Type: application/json; charset=utf-8');
echo json_encode([
'Status' => 'OK',
'Hostname' => gethostname(),
]);