Initial commit: konn3kt docs

This commit is contained in:
teal
2026-06-21 13:44:14 -05:00
commit f291818b3c
63 changed files with 2068 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: '3.8'
services:
docs:
image: nginx:alpine
container_name: konn3kt_docs
ports:
- "8708:80"
volumes:
- .:/usr/share/nginx/html:ro
restart: unless-stopped