Files
vcr_capture/templates/docker-compose-local-index.yaml
2025-10-12 16:50:32 -07:00

13 lines
228 B
YAML
Executable File

# docker-compose.yaml
services:
local-index:
image: apache-index
container_name: local-index
ports:
- 8080:80
volumes:
- {{ working_storage }}:/mnt/smb
network_mode: bridge
restart: always