Docker-Swarm-Connectivity-T.../public-target/index.php

8 lines
142 B
PHP
Raw Normal View History

2024-05-17 09:19:40 +00:00
<?php
header('Content-Type: application/json; charset=utf-8');
echo json_encode([
'Status' => 'OK',
'Hostname' => gethostname(),
]);