Initial commit: lightweight webserver with X-Server-Time header

This commit is contained in:
Arch Agent
2026-05-06 08:26:24 +02:00
commit e746fca434
3 changed files with 42 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
version: "3.9"
services:
webserver:
build: .
container_name: x-server-time
ports:
- "8000:8000"
restart: unless-stopped