# 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