Dufs
A file server that supports static serving, uploading, searching, accessing control, webdav…
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3'
services:
dufs:
image: sigoden/dufs
ports:
- 5000:5000
volumes:
- .:/data
command: /data -A
restart: unless-stoppedResources
GitHub: https://github.com/sigoden/dufs
Docker Hub: https://hub.docker.com/r/sigoden/dufs
Configuration: See the Docker Hub page