mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2026-06-11 14:26:17 +00:00
Füge Konfigurationsdateien für Gatus, Mosquitto, Postgres und MeshDash hinzu; aktualisiere Moodle-Umgebungsvariablen und erstelle Webstack-Dokumentation
This commit is contained in:
9
webstack-task/app/index.php
Normal file
9
webstack-task/app/index.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
header('Content-Type: text/plain; charset=utf-8');
|
||||
|
||||
echo "Webstack läuft.\n";
|
||||
echo "Zeit (Server): " . date('c') . "\n";
|
||||
echo "PHP-Version: " . PHP_VERSION . "\n";
|
||||
Reference in New Issue
Block a user