remove j2 extension from templates

This commit is contained in:
2025-09-06 23:52:29 -07:00
parent f46e45b2b3
commit a08d8c9153
14 changed files with 12 additions and 12 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