Docker-Swarm-Connectivity-T.../public-target/index.php
2024-05-17 11:19:40 +02:00

7 lines
142 B
PHP

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