add apache index to sd handler

This commit is contained in:
2025-08-25 06:09:49 -07:00
parent 0df8d22959
commit f46e45b2b3
2 changed files with 76 additions and 4 deletions

View File

@ -0,0 +1,12 @@
# docker-compose.yaml
version: '3'
services:
local-index:
image: apache-index
container_name: local-index
ports:
- 8080:80
volumes:
- {{ working_storage }}:/mnt/smb
network_mode: bridge
restart: always