Caddy
Image: caddy:2-alpine
- Port 80/http
- Public domain with TLS
- 1 GB volume at /srv
- 0.25 vCPU · 256 MB
mkdir -p /srv && [ -f /srv/index.html ] || echo '<h1>It works</h1><p>Upload your site to /srv.</p>' > /srv/index.html; exec caddy file-server --root /srv --listen :80